UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPayioScheduleSkill = void 0; var EPayioScheduleSkill; (function (EPayioScheduleSkill) { EPayioScheduleSkill["COMA_A_VONTADE"] = "all_you_can_eat"; EPayioScheduleSkill["POR_PESO"] = "by_weight"; EPayioScheduleSkill["NORMAL"] = "default"; EPayioScheduleSkill["PRECO_MANUAL"] = "manual_price"; })(EPayioScheduleSkill || (exports.EPayioScheduleSkill = EPayioScheduleSkill = {}));