cecon-interfaces
Version:
Interfaces de Projetos Cecon
11 lines (10 loc) • 478 B
JavaScript
;
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 = {}));