# DetectedNestJSController

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/nestjs-detector.ts#L16)

Detected NestJS controller

## Properties

| Property | Type |
|---|---|
| `entityId` | `string` |
| `name` | `string` |
| `filePath` | `string` |
| `path` | `string` |
| `version` | `string` |
| `endpoints` | `NestJSEndpoint[]` |
| `dependencies` | `string[]` |
| `guards` | `string[]` |
| `interceptors` | `string[]` |
| `confidence` | `'high' | 'medium' | 'low'` |
