Interface: ModuleOptions
Defined in: packages/core/src/decorators/types.ts:21
Properties
| Property | Type | Defined in |
|---|---|---|
children? | any[] | packages/core/src/decorators/types.ts:28 |
controllers? | any[] | packages/core/src/decorators/types.ts:24 |
exports? | any[] | packages/core/src/decorators/types.ts:27 |
gateways? | any[] | packages/core/src/decorators/types.ts:29 |
imports? | any[] | packages/core/src/decorators/types.ts:23 |
middlewares? | MiddlewareType[] | packages/core/src/decorators/types.ts:26 |
prefix? | string | packages/core/src/decorators/types.ts:22 |
providers? | Provider[] | packages/core/src/decorators/types.ts:25 |