@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
24 lines (23 loc) • 788 B
JavaScript
/** Geolocation of the IP Address */
export var GeolocationEnum;
(function (GeolocationEnum) {
GeolocationEnum["au"] = "au";
GeolocationEnum["be"] = "be";
GeolocationEnum["ca"] = "ca";
GeolocationEnum["cz"] = "cz";
GeolocationEnum["de"] = "de";
GeolocationEnum["es"] = "es";
GeolocationEnum["fi"] = "fi";
GeolocationEnum["fr"] = "fr";
GeolocationEnum["gb"] = "gb";
GeolocationEnum["ie"] = "ie";
GeolocationEnum["in"] = "in";
GeolocationEnum["it"] = "it";
GeolocationEnum["lt"] = "lt";
GeolocationEnum["nl"] = "nl";
GeolocationEnum["pl"] = "pl";
GeolocationEnum["pt"] = "pt";
GeolocationEnum["sg"] = "sg";
GeolocationEnum["uk"] = "uk";
GeolocationEnum["us"] = "us";
})(GeolocationEnum || (GeolocationEnum = {}));