datainout
Version:
Import and reports data
11 lines (10 loc) • 342 B
JavaScript
// src/common/types/report-template.type.ts
var CellReportTypeEnum = /* @__PURE__ */ ((CellReportTypeEnum2) => {
CellReportTypeEnum2["VARIABLE"] = "VARIABLE";
CellReportTypeEnum2["FORMULA"] = "FORMULA";
CellReportTypeEnum2["LABEL"] = "LABEL";
return CellReportTypeEnum2;
})(CellReportTypeEnum || {});
export {
CellReportTypeEnum
};