@camunda8/sdk
    Preparing search index...

    Interface ReportDataExporter

    interface ReportDataExporter {
        next: () => Promise<ReportDataPage>;
    }
    Index

    Properties

    Properties

    next: () => Promise<ReportDataPage>