Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts
Module entity (NestJS, Angular)
Properties
| Property | Type |
|---|---|
type | EntityType.MODULE |
imports | string[] |
controllers | string[] |
providers | string[] |
exports | string[] |
isGlobal | boolean |
Was this page helpful?