UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

26 lines (25 loc) 1.14 kB
/** Hosting's offer */ export var OfferEnum; (function (OfferEnum) { OfferEnum["CLOUDWEB_1"] = "CLOUDWEB_1"; OfferEnum["CLOUDWEB_2"] = "CLOUDWEB_2"; OfferEnum["CLOUDWEB_3"] = "CLOUDWEB_3"; OfferEnum["KS"] = "KS"; OfferEnum["PERFORMANCE_1"] = "PERFORMANCE_1"; OfferEnum["PERFORMANCE_2"] = "PERFORMANCE_2"; OfferEnum["PERFORMANCE_3"] = "PERFORMANCE_3"; OfferEnum["PERFORMANCE_4"] = "PERFORMANCE_4"; OfferEnum["PERSO"] = "PERSO"; OfferEnum["POWER_BETA_1"] = "POWER_BETA_1"; OfferEnum["PRO"] = "PRO"; OfferEnum["START"] = "START"; OfferEnum["hosting-free-100m"] = "hosting-free-100m"; OfferEnum["hosting-performance-1"] = "hosting-performance-1"; OfferEnum["hosting-performance-2"] = "hosting-performance-2"; OfferEnum["hosting-performance-3"] = "hosting-performance-3"; OfferEnum["hosting-performance-4"] = "hosting-performance-4"; OfferEnum["hosting-perso"] = "hosting-perso"; OfferEnum["hosting-pro"] = "hosting-pro"; OfferEnum["hosting-starter"] = "hosting-starter"; OfferEnum["hosting-starter-ovh"] = "hosting-starter-ovh"; })(OfferEnum || (OfferEnum = {}));