cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EIFoodServing = void 0;
var EIFoodServing;
(function (EIFoodServing) {
EIFoodServing["NOT_APPLICABLE"] = "NOT_APPLICABLE";
EIFoodServing["SERVES_1"] = "SERVES_1";
EIFoodServing["SERVES_2"] = "SERVES_2";
EIFoodServing["SERVES_3"] = "SERVES_3";
EIFoodServing["SERVES_4"] = "SERVES_4";
})(EIFoodServing || (exports.EIFoodServing = EIFoodServing = {}));