foundation-utils.dtomapper
Home > @genesislcap/foundation-utils > DTOMapper
DTOMapper interface
Signature:
export interface DTOMapper<TDTO, TEntity>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(...args: any[]) => TEntity |
(Optional) | ||
|
(dto: TDTO) => TEntity | |||
|
(entity: Partial<TEntity>) => TDTO |