@aptly-as/types
Version:
Aptly types and enums
13 lines (12 loc) • 953 B
JavaScript
export var AptlyUnitTemplateCategorySectionProductParamKey;
(function (AptlyUnitTemplateCategorySectionProductParamKey) {
AptlyUnitTemplateCategorySectionProductParamKey["TextContent"] = "textContent";
AptlyUnitTemplateCategorySectionProductParamKey["PickTool"] = "pickTool";
AptlyUnitTemplateCategorySectionProductParamKey["Logic"] = "logic";
})(AptlyUnitTemplateCategorySectionProductParamKey || (AptlyUnitTemplateCategorySectionProductParamKey = {}));
export var AptlyUnitTemplateCategorySectionProductMeasureUnitType;
(function (AptlyUnitTemplateCategorySectionProductMeasureUnitType) {
AptlyUnitTemplateCategorySectionProductMeasureUnitType["Unit"] = "unit";
AptlyUnitTemplateCategorySectionProductMeasureUnitType["KVM"] = "kvm";
AptlyUnitTemplateCategorySectionProductMeasureUnitType["LM"] = "lm";
})(AptlyUnitTemplateCategorySectionProductMeasureUnitType || (AptlyUnitTemplateCategorySectionProductMeasureUnitType = {}));