Type Alias ExcelOutput

Output to be used to export an excel template.

type ExcelOutput = {
    outFormat?: "xlsx";
}
Index

Properties

Properties

outFormat?: "xlsx"

The output format of the report to be produced.