@camunda8/orchestration-cluster-api
    Preparing search index...

    Interface SearchPageResponse

    The page object every search response carries (structural subset).

    interface SearchPageResponse {
        endCursor: string | null;
        hasMoreTotalItems: boolean;
        startCursor: string | null;
        totalItems: number;
    }
    Index
    endCursor: string | null
    hasMoreTotalItems: boolean
    startCursor: string | null
    totalItems: number