# DetectedExpressRoute

**Kind:** Interface

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

Detected Express route

## Properties

| Property | Type |
|---|---|
| `entityId` | `string` |
| `filePath` | `string` |
| `method` | `'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'ALL'` |
| `path` | `string` |
| `handlerName` | `string` |
| `middleware` | `string[]` |
| `queryParams` | `string[]` |
| `routeParams` | `string[]` |
| `bodyType` | `string` |
| `confidence` | `'high' | 'medium' | 'low'` |
