@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
25 lines • 904 B
TypeScript
/** Hosting's offer */
export declare enum OfferEnum {
'CLOUDWEB_1' = "CLOUDWEB_1",
'CLOUDWEB_2' = "CLOUDWEB_2",
'CLOUDWEB_3' = "CLOUDWEB_3",
'KS' = "KS",
'PERFORMANCE_1' = "PERFORMANCE_1",
'PERFORMANCE_2' = "PERFORMANCE_2",
'PERFORMANCE_3' = "PERFORMANCE_3",
'PERFORMANCE_4' = "PERFORMANCE_4",
'PERSO' = "PERSO",
'POWER_BETA_1' = "POWER_BETA_1",
'PRO' = "PRO",
'START' = "START",
'hosting-free-100m' = "hosting-free-100m",
'hosting-performance-1' = "hosting-performance-1",
'hosting-performance-2' = "hosting-performance-2",
'hosting-performance-3' = "hosting-performance-3",
'hosting-performance-4' = "hosting-performance-4",
'hosting-perso' = "hosting-perso",
'hosting-pro' = "hosting-pro",
'hosting-starter' = "hosting-starter",
'hosting-starter-ovh' = "hosting-starter-ovh"
}
//# sourceMappingURL=OfferEnum.d.ts.map