Cursor for paging through results

interface FilterQuery {
    cursor?: string;
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

cursor?: string
limit?: number