Cursor for paging through results

interface AlertFilterQuery {
    cursor?: string;
    filter?: AlertFilter;
    limit?: number;
    sort?: AlertSort;
}

Hierarchy (view full)

Properties

cursor?: string
filter?: AlertFilter
limit?: number
sort?: AlertSort