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
outputId: string