UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EIFoodUnit = void 0; var EIFoodUnit; (function (EIFoodUnit) { EIFoodUnit["KG"] = "kg"; EIFoodUnit["G"] = "g"; })(EIFoodUnit || (exports.EIFoodUnit = EIFoodUnit = {}));