UNPKG

@myorb/dhl-express

Version:
15 lines (14 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum = void 0; /** * @export * @enum {string} */ var SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum; (function (SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum) { SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum["PNG"] = "PNG"; SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum["GIF"] = "GIF"; SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum["JPEG"] = "JPEG"; SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum["JPG"] = "JPG"; })(SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum = exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum || (exports.SupermodelIoLogisticsExpressCreateShipmentRequestOutputImagePropertiesCustomerLogosFileFormatEnum = {}));