Type Alias Result

Result and info about the generated report.

type Result = {
    exportErrors?: ExportErrors;
    location: string;
    outputId: string;
}
Index

Properties

exportErrors?: ExportErrors

Errors occured during report generation.

location: string

Location to download the generated report.

outputId: string

The output identifier which uniquely identifies an output (PDF, image etc.) within the same request.