@playlive/tiltify-graphql
    Preparing search index...

    Interface TiltifyPageInfo

    interface TiltifyPageInfo {
        endCursor: string | null;
        hasNextPage: boolean;
        hasPreviousPage: boolean;
        startCursor: string | null;
    }
    Index
    endCursor: string | null
    hasNextPage: boolean
    hasPreviousPage: boolean
    startCursor: string | null