Documentation Index
Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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> |