Cursor for paging through results

interface Cursor {
    cursor?: string;
}

Hierarchy (view full)

Properties

Properties

cursor?: string