contentful.js
    Preparing search index...

    Type Alias CursorPagination

    type CursorPagination = {
        pages: { next?: string; prev?: string };
    }
    Index
    pages: { next?: string; prev?: string }