Cursor for paging through results

interface ListSecurityCategories {
    cursor?: string;
    limit?: number;
    sort?: "ASC" | "DESC";
}

Hierarchy (view full)

Properties

Properties

cursor?: string
limit?: number
sort?: "ASC" | "DESC"