@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
23 lines (22 loc) • 706 B
JavaScript
/** Enum values for IpCountry */
export var IpCountryEnum;
(function (IpCountryEnum) {
IpCountryEnum["au"] = "au";
IpCountryEnum["be"] = "be";
IpCountryEnum["ca"] = "ca";
IpCountryEnum["cz"] = "cz";
IpCountryEnum["de"] = "de";
IpCountryEnum["es"] = "es";
IpCountryEnum["fi"] = "fi";
IpCountryEnum["fr"] = "fr";
IpCountryEnum["ie"] = "ie";
IpCountryEnum["in"] = "in";
IpCountryEnum["it"] = "it";
IpCountryEnum["lt"] = "lt";
IpCountryEnum["nl"] = "nl";
IpCountryEnum["pl"] = "pl";
IpCountryEnum["pt"] = "pt";
IpCountryEnum["sg"] = "sg";
IpCountryEnum["uk"] = "uk";
IpCountryEnum["us"] = "us";
})(IpCountryEnum || (IpCountryEnum = {}));