UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines (11 loc) 464 B
/** Number country */ export var ServiceNumberCountryEnum; (function (ServiceNumberCountryEnum) { ServiceNumberCountryEnum["be"] = "be"; ServiceNumberCountryEnum["ch"] = "ch"; ServiceNumberCountryEnum["de"] = "de"; ServiceNumberCountryEnum["es"] = "es"; ServiceNumberCountryEnum["fr"] = "fr"; ServiceNumberCountryEnum["gb"] = "gb"; ServiceNumberCountryEnum["uk"] = "uk"; })(ServiceNumberCountryEnum || (ServiceNumberCountryEnum = {}));