> ## 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: PaginatedResult<T>

> PaginatedResult interface in the Terminal49 TypeScript SDK, a generic mapped list response with an items array, pagination links, and total record metadata.

# Interface: PaginatedResult\<T>

Mapped list response containing records plus pagination metadata.

## Type Parameters

| Type Parameter |
| -------------- |
| `T`            |

## Properties

| Property                           | Type                                                                        |
| ---------------------------------- | --------------------------------------------------------------------------- |
| <a id="property-items" /> `items`  | `T`\[]                                                                      |
| <a id="property-links" /> `links?` | [`PaginationLinks`](/sdk/reference/types/models/interfaces/PaginationLinks) |
| <a id="property-meta" /> `meta?`   | `Record`\<`string`, `any`>                                                  |
