Cursor for paging through results

interface TemplateGroupFilterQuery {
    cursor?: string;
    filter?: TemplateGroupFilter;
    limit?: number;
}

Hierarchy (view full)

Properties

cursor?: string
limit?: number