@camunda8/sdk
    Preparing search index...
    interface ReportDataPage {
        data: ReportData[];
        numberOfRecordsInResponse: number;
        reportId: string;
        searchRequestId: string;
        totalNumberOfRecords: number;
    }
    Index

    Properties

    data: ReportData[]
    numberOfRecordsInResponse: number
    reportId: string
    searchRequestId: string
    totalNumberOfRecords: number