@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 341 B
JavaScript
/** Country that defines the portability kind */
export var PortabilityCountryEnum;
(function (PortabilityCountryEnum) {
PortabilityCountryEnum["belgium"] = "belgium";
PortabilityCountryEnum["france"] = "france";
PortabilityCountryEnum["switzerland"] = "switzerland";
})(PortabilityCountryEnum || (PortabilityCountryEnum = {}));