> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-current-status.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Route model interface reference

> Reference for the Route interface, the simplified container route model returned by mapped SDK responses with origin, destination, and milestones.

# Interface: Route

Simplified container route model returned by mapped SDK responses.

## Properties

| Property                                   | Type               |
| ------------------------------------------ | ------------------ |
| <a id="property-createdat" /> `createdAt?` | `string` \| `null` |
| <a id="property-id" /> `id?`               | `string`           |
| <a id="property-locations" /> `locations`  | `object`\[]        |
| <a id="property-totallegs" /> `totalLegs`  | `number`           |
| <a id="property-updatedat" /> `updatedAt?` | `string` \| `null` |
