Type Alias CycleOutput

type CycleOutput = {
    excelOutput?: ExcelOutput;
    namingPattern?: "fieldValueWithUnderscore";
    pdfOutput?: PdfOutput;
    type: "excel" | "pdf" | "html" | "powerpoint" | "word";
}
Index

Properties

excelOutput?: ExcelOutput

Output to be used to export an excel template.

namingPattern?: "fieldValueWithUnderscore"
pdfOutput?: PdfOutput
type: "excel" | "pdf" | "html" | "powerpoint" | "word"