SearchOptions
type SearchOptions = { cursor?: string; limit?: number;};Defined in: client/src/types/types.ts:16
Pagination controls accepted by an entity search.
Properties
Section titled “Properties”cursor?
Section titled “cursor?”optional cursor?: string;Defined in: client/src/types/types.ts:17
limit?
Section titled “limit?”optional limit?: number;Defined in: client/src/types/types.ts:18