UNPKG

mobyo-interfaces

Version:
11 lines (10 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EIFoodSellingOptions = void 0; var EIFoodSellingOptions; (function (EIFoodSellingOptions) { EIFoodSellingOptions["ITEM"] = "ITEM"; EIFoodSellingOptions["OPTION"] = "OPTION"; EIFoodSellingOptions["WEIGHT"] = "WEIGHT"; EIFoodSellingOptions["UNIT"] = "UNIT"; })(EIFoodSellingOptions || (exports.EIFoodSellingOptions = EIFoodSellingOptions = {}));