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

# types/models: Terminal49 SDK mapped response models

> Mapped response models in the Terminal49 TypeScript SDK: Container, Shipment, ShippingLine, TrackingRequest, Route, PaginatedResult, and PaginationLinks.

# types/models

## Interfaces

| Interface                                                                 | Description                                                         |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [Container](/sdk/reference/types/models/interfaces/Container)             | Simplified container model returned by mapped SDK responses.        |
| [PaginatedResult](/sdk/reference/types/models/interfaces/PaginatedResult) | Mapped list response containing records plus pagination metadata.   |
| [PaginationLinks](/sdk/reference/types/models/interfaces/PaginationLinks) | Pagination links returned by Terminal49 list endpoints.             |
| [Route](/sdk/reference/types/models/interfaces/Route)                     | Simplified container route model returned by mapped SDK responses.  |
| [Shipment](/sdk/reference/types/models/interfaces/Shipment)               | Simplified shipment model returned by mapped SDK responses.         |
| [ShippingLine](/sdk/reference/types/models/interfaces/ShippingLine)       | Simplified shipping line returned by mapped SDK responses.          |
| [TrackingRequest](/sdk/reference/types/models/interfaces/TrackingRequest) | Simplified tracking request model returned by mapped SDK responses. |
