import { Pagination } from "@unkey/api/models/components";
let value: Pagination = {
cursor: "cursor_xyz123",
hasMore: true,
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
cursor |
string | ➖ | Opaque token for retrieving the next set of results | cursor_xyz123 |
hasMore |
boolean | ➖ | Indicates if more results exist beyond this page | true |