For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.9

Type Alias: LimitPagination

type LimitPagination = object;

Limit-based pagination

Properties

limit?

optional limit?: number;

The maximum number of items to return in one request.