@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines (10 loc) • 382 B
JavaScript
/** Countries where we sell SMS credits */
export var BillingCountryEnum;
(function (BillingCountryEnum) {
BillingCountryEnum["es"] = "es";
BillingCountryEnum["fr"] = "fr";
BillingCountryEnum["gb"] = "gb";
BillingCountryEnum["ie"] = "ie";
BillingCountryEnum["it"] = "it";
BillingCountryEnum["pl"] = "pl";
})(BillingCountryEnum || (BillingCountryEnum = {}));