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

# Interface: PaginationLinks

> PaginationLinks interface in the Terminal49 TypeScript SDK, exposing self, first, prev, next, last, and current page URLs returned by JSON:API list endpoints.

# Interface: PaginationLinks

Pagination links returned by Terminal49 list endpoints.

## Properties

| Property                               | Type     |
| -------------------------------------- | -------- |
| <a id="property-current" /> `current?` | `string` |
| <a id="property-first" /> `first?`     | `string` |
| <a id="property-last" /> `last?`       | `string` |
| <a id="property-next" /> `next?`       | `string` |
| <a id="property-prev" /> `prev?`       | `string` |
| <a id="property-self" /> `self?`       | `string` |
