Interface: AutoMapOptions
Interface: AutoMapOptions API reference from @automapper/classes.
Defined in: automap.ts:6
Properties
depth?
optionaldepth?:number
Defined in: automap.ts:14
Depth for nested models. Default to 1
isGetterOnly?
optionalisGetterOnly?:boolean
Defined in: automap.ts:18
Is this property getter-only?
type?
optionaltype?: () =>ClassIdentifier| [ClassIdentifier]
Defined in: automap.ts:10
Type Function
Returns
ClassIdentifier | [ClassIdentifier]