Type Alias CursorPagination

CursorPagination: {
    pages: {
        next?: string;
        prev?: string;
    };
}