@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
19 lines (18 loc) • 544 B
JavaScript
/** Available cluster countries */
export var CountryEnum;
(function (CountryEnum) {
CountryEnum["BE"] = "BE";
CountryEnum["CA"] = "CA";
CountryEnum["CZ"] = "CZ";
CountryEnum["DE"] = "DE";
CountryEnum["ES"] = "ES";
CountryEnum["FI"] = "FI";
CountryEnum["FR"] = "FR";
CountryEnum["IE"] = "IE";
CountryEnum["IT"] = "IT";
CountryEnum["LT"] = "LT";
CountryEnum["NL"] = "NL";
CountryEnum["PL"] = "PL";
CountryEnum["PT"] = "PT";
CountryEnum["UK"] = "UK";
})(CountryEnum || (CountryEnum = {}));