# DiscoveredRoute

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/site-map.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/site-map.types.ts#L65)

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `fullUrl` | `string` |
| `menuLabel` | `string` |
| `menuSelector` | `string` |
| `pageType` | `PageType` |
| `profile` | `PageElementProfile` |
| `routeSegments` | `string[]` |
| `profileTimeMs` | `number` |
