Skip to content

SearchOptions

type SearchOptions = {
cursor?: string;
limit?: number;
};

Defined in: client/src/types/types.ts:16

Pagination controls accepted by an entity search.

optional cursor?: string;

Defined in: client/src/types/types.ts:17


optional limit?: number;

Defined in: client/src/types/types.ts:18