UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 258 B
/** How do you want your shipment shipped */ export var ShippingMethodEnum; (function (ShippingMethodEnum) { ShippingMethodEnum["dhl"] = "dhl"; ShippingMethodEnum["mondialRelay"] = "mondialRelay"; })(ShippingMethodEnum || (ShippingMethodEnum = {}));