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