UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 325 B
/** Allowed contexts when looking for shipping addresses */ export var ShippingAddressContextEnum; (function (ShippingAddressContextEnum) { ShippingAddressContextEnum["migration"] = "migration"; ShippingAddressContextEnum["voipLine"] = "voipLine"; })(ShippingAddressContextEnum || (ShippingAddressContextEnum = {}));