Skip to main content

Interface: AutoMapOptions

Properties

depth

Optional depth: number

Depth for nested models. Default to 1

Defined in

lib/automap.ts:14


isGetterOnly

Optional isGetterOnly: boolean

Is this property getter-only?

Defined in

lib/automap.ts:18

Methods

type

Optional type(): Constructor<any> | [Constructor<any>]

Type Function

Returns

Constructor<any> | [Constructor<any>]

Defined in

lib/automap.ts:10