UNPKG

cannoli-interfaces

Version:
14 lines (13 loc) 834 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EIFoodNegotiationReasons = void 0; var EIFoodNegotiationReasons; (function (EIFoodNegotiationReasons) { EIFoodNegotiationReasons["HIGH_STORE_DEMAND"] = "HIGH_STORE_DEMAND"; EIFoodNegotiationReasons["STORE_SYSTEM_ISSUES"] = "STORE_SYSTEM_ISSUES"; EIFoodNegotiationReasons["LACK_OF_DRIVERS"] = "LACK_OF_DRIVERS"; EIFoodNegotiationReasons["OPERATIONAL_ISSUES"] = "OPERATIONAL_ISSUES"; EIFoodNegotiationReasons["ORDER_OUT_FOR_DELIVERY"] = "ORDER_OUT_FOR_DELIVERY"; EIFoodNegotiationReasons["DRIVER_IS_ALREADY_AT_THE_ADDRESS"] = "DRIVER_IS_ALREADY_AT_THE_ADDRESS"; EIFoodNegotiationReasons["OTHER_REASONS"] = "OTHER_REASONS"; })(EIFoodNegotiationReasons || (exports.EIFoodNegotiationReasons = EIFoodNegotiationReasons = {}));