UNPKG

cecon-interfaces

Version:
15 lines (14 loc) 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EProductSkillV2 = void 0; var EProductSkillV2; (function (EProductSkillV2) { // #region Properties (10) EProductSkillV2["simple"] = "SIMPLE"; EProductSkillV2["parent"] = "PARENT"; EProductSkillV2["child"] = "CHILD"; EProductSkillV2["blend"] = "BLEND"; EProductSkillV2["packing"] = "PACKING"; EProductSkillV2["topping"] = "TOPPING"; // #endregion Properties (10) })(EProductSkillV2 || (exports.EProductSkillV2 = EProductSkillV2 = {}));