@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 329 B
TypeScript
/** All billing profile names */
export declare enum BillingNameEnum {
'Key_100-small' = "100-small",
'Key_200-cpu-1' = "200-cpu-1",
'Key_220-cpu-3' = "220-cpu-3",
'Key_300-disk-1' = "300-disk-1",
'Key_310-disk-3' = "310-disk-3",
'Key_900-vm-1' = "900-vm-1"
}
//# sourceMappingURL=BillingNameEnum.d.ts.map