@myorb/dhl-express
Version:
DHL Express api client
13 lines (12 loc) • 719 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum = void 0;
/**
* @export
* @enum {string}
*/
var SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum;
(function (SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum) {
SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum["Business"] = "business";
SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum["Residence"] = "residence";
})(SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum = exports.SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum || (exports.SupermodelIoLogisticsExpressPickupRequestLocationTypeEnum = {}));