Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts
Controller entity
Properties
| Property | Type |
|---|---|
type | EntityType.CONTROLLER |
basePath | string |
guards | string[] |
interceptors | string[] |
endpoints | string[] |
dependencies | DependencyInfo[] |
Was this page helpful?