@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface PaginatedResponse<T>

    Paginated response wrapper for search endpoints.

    interface PaginatedResponse<T> {
        cursor?: string;
        data: T[];
        hasMore: boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    cursor?: string
    data: T[]
    hasMore: boolean