Interface: AutomapperAsyncOptions
Hierarchy
Pick
<ModuleMetadata
,"imports"
>↳
AutomapperAsyncOptions
Properties
imports
• Optional
imports: (DynamicModule
| Type
<any
> | Promise
<DynamicModule
> | ForwardReference
<any
>)[]
Optional list of imported modules that export the providers which are required in this module.
Inherited from
Pick.imports
Defined in
node_modules/.pnpm/@nestjs+common@9.0.5_j5hagqx4mwzscud4kyjdvubauy/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts:18
inject
• Optional
inject: any
[]
Defined in
packages/nestjs/src/lib/options.ts:25
useClass
• Optional
useClass: Type
<AutomapperOptionsFactory
>
Defined in
packages/nestjs/src/lib/options.ts:27
useExisting
• Optional
useExisting: Type
<AutomapperOptionsFactory
>
Defined in
packages/nestjs/src/lib/options.ts:26
Methods
useFactory
▸ Optional
useFactory(...args
): CreateMapperOptions
| Promise
<CreateMapperOptions
>
Parameters
Name | Type |
---|---|
...args | any [] |
Returns
CreateMapperOptions
| Promise
<CreateMapperOptions
>