interface PageInfo {
    end_cursor: undefined | string;
    has_next_page: boolean;
}

Properties

end_cursor: undefined | string
has_next_page: boolean