@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
28 lines (27 loc) • 835 B
JavaScript
/** All country prices accessible from a reference */
export var CountryEnum;
(function (CountryEnum) {
CountryEnum["all"] = "all";
CountryEnum["ca"] = "ca";
CountryEnum["cz"] = "cz";
CountryEnum["de"] = "de";
CountryEnum["en"] = "en";
CountryEnum["es"] = "es";
CountryEnum["fi"] = "fi";
CountryEnum["fr"] = "fr";
CountryEnum["gb"] = "gb";
CountryEnum["ie"] = "ie";
CountryEnum["it"] = "it";
CountryEnum["lt"] = "lt";
CountryEnum["ma"] = "ma";
CountryEnum["nl"] = "nl";
CountryEnum["pl"] = "pl";
CountryEnum["pp"] = "pp";
CountryEnum["pt"] = "pt";
CountryEnum["qc"] = "qc";
CountryEnum["ru"] = "ru";
CountryEnum["sk"] = "sk";
CountryEnum["sn"] = "sn";
CountryEnum["tn"] = "tn";
CountryEnum["we"] = "we";
})(CountryEnum || (CountryEnum = {}));