interface DocumentCursor {
    cursor?: string;
}

Properties

Properties

cursor?: string

Cursor for paging through results.