# RouteMapping

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/types/route-mapping.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/types/route-mapping.ts#L75)

Mapping from a route path to its component, template, and selectors

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `fullUrl` | `string` |
| `routeFile` | `string` |
| `componentFile` | `string` |
| `templateFile` | `string` |
| `extractedSelectors` | `ExtractedSelectors` |
| `requiredAuth` | `boolean` |
| `requiredRoles` | `string[]` |
| `framework` | `FrameworkType` |
| `confidence` | `ConfidenceLevel` |
