> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-sinan-dev-10929-support-initial-shipment-and-per.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: Route

> Route interface in the Terminal49 TypeScript SDK, the mapped container route model with ordered transport legs, locations, timestamps, and total leg count.

# 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` |
