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

    Type Alias JobTypeStatisticsQueryResult

    JobTypeStatisticsQueryResult: SearchQueryResponse & {
        items: JobTypeStatisticsItem[];
        page: SearchQueryPageResponse;
    }

    Job type statistics query result.

    Type Declaration