UNPKG

cecon-interfaces

Version:
14 lines (13 loc) 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EIFoodUnit = exports.EIFoodServing = exports.EIFoodSellingOptions = exports.EIFoodDietaryRestrictions = exports.EIFoodCatalogContext = void 0; var ifood_catalog_context_enum_1 = require("./ifood-catalog-context.enum"); Object.defineProperty(exports, "EIFoodCatalogContext", { enumerable: true, get: function () { return ifood_catalog_context_enum_1.EIFoodCatalogContext; } }); var ifood_dietary_restrictions_enum_1 = require("./ifood-dietary-restrictions.enum"); Object.defineProperty(exports, "EIFoodDietaryRestrictions", { enumerable: true, get: function () { return ifood_dietary_restrictions_enum_1.EIFoodDietaryRestrictions; } }); var ifood_selling_options_enum_1 = require("./ifood-selling-options.enum"); Object.defineProperty(exports, "EIFoodSellingOptions", { enumerable: true, get: function () { return ifood_selling_options_enum_1.EIFoodSellingOptions; } }); var ifood_serving_enum_1 = require("./ifood-serving.enum"); Object.defineProperty(exports, "EIFoodServing", { enumerable: true, get: function () { return ifood_serving_enum_1.EIFoodServing; } }); var ifood_unit_enum_1 = require("./ifood-unit.enum"); Object.defineProperty(exports, "EIFoodUnit", { enumerable: true, get: function () { return ifood_unit_enum_1.EIFoodUnit; } });