@myorb/dhl-express
Version:
DHL Express api client
15 lines (14 loc) • 1.25 kB
JavaScript
;
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 = {}));