Interface: PaginatedResult<T>
Mapped list response containing records plus pagination metadata.Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type |
|---|---|
items | T[] |
links? | PaginationLinks |
meta? | Record<string, any> |
PaginatedResult interface in the Terminal49 TypeScript SDK, a generic mapped list response with an items array, pagination links, and total record metadata.
| Type Parameter |
|---|
T |
| Property | Type |
|---|---|
items | T[] |
links? | PaginationLinks |
meta? | Record<string, any> |