interface Page {
    previousCursor: null | string;
    nextCursor: null | string;
}

Properties

previousCursor: null | string

First item as an encoded string

nextCursor: null | string

Last item as an encoded string