@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 315 B
JavaScript
/** Number country */
export var NumberCountryEnum;
(function (NumberCountryEnum) {
NumberCountryEnum["be"] = "be";
NumberCountryEnum["ch"] = "ch";
NumberCountryEnum["fr"] = "fr";
NumberCountryEnum["gb"] = "gb";
NumberCountryEnum["uk"] = "uk";
})(NumberCountryEnum || (NumberCountryEnum = {}));