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