UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 455 B
"use strict"; 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 = {}));