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

Properties

Properties

next: (() => Promise<ReportDataPage>)

Type declaration

Generated using TypeDoc