Indicates the value to use to get the next page

interface Paging {
    nextCursor?: string;
}

Properties

Properties

nextCursor?: string