nestjs-typeorm3-kit / module / IChildModuleMetadata
Defined in: src/module/decorator/index.ts:6
ModuleMetadata
optional
controllers:Type
<any
>[]
Defined in: node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts:23
Optional list of controllers defined in this module which have to be instantiated.
ModuleMetadata.controllers
optional
exports: (string
|symbol
|Function
|DynamicModule
|ForwardReference
<any
> |Abstract
<any
> |Provider
)[]
Defined in: node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts:33
Optional list of the subset of providers that are provided by this module and should be available in other modules which import this module.
ModuleMetadata.exports
optional
imports: (Type
<any
> |DynamicModule
|Promise
<DynamicModule
> |ForwardReference
<any
>)[]
Defined in: node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts:18
Optional list of imported modules that export the providers which are required in this module.
ModuleMetadata.imports
optional
prefix:string
Defined in: src/module/decorator/index.ts:7
optional
providers:Provider
[]
Defined in: node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts:28
Optional list of providers that will be instantiated by the Nest injector and that may be shared at least across this module.
ModuleMetadata.providers