Interface KristApiPaginationOptions

Hierarchy

Properties

Properties

limit?: number

The maximum number of results to return per page. Must be between 1 and 1000. Defaults to 50.

offset?: number

The amount to offset the results, useful to paginate results, and in conjunction with limit. Defaults to 0.

Generated using TypeDoc