Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerPaginationMeta

    interface IndexerPaginationMeta {
        hasMore: boolean;
        nextCursor?: string;
    }
    Index

    Properties

    Properties

    hasMore: boolean
    nextCursor?: string