UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 463 B
/** available services to watch */ export declare enum ServiceEnum { 'ai_endpoint' = "ai_endpoint", 'all' = "all", 'block_storage' = "block_storage", 'data_platform' = "data_platform", 'instances' = "instances", 'instances_gpu' = "instances_gpu", 'instances_without_gpu' = "instances_without_gpu", 'objet_storage' = "objet_storage", 'rancher' = "rancher", 'snapshot' = "snapshot" } //# sourceMappingURL=ServiceEnum.d.ts.map