# ControllerEntity

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts#L790)

Controller entity

## Properties

| Property | Type |
|---|---|
| `type` | `EntityType.CONTROLLER` |
| `basePath` | `string` |
| `guards` | `string[]` |
| `interceptors` | `string[]` |
| `endpoints` | `string[]` |
| `dependencies` | `DependencyInfo[]` |
