Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerPaginationParams

    interface IndexerPaginationParams {
        limit: number;
        startCursor?: string;
    }
    Index

    Properties

    Properties

    limit: number
    startCursor?: string