UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 218 B
/** Available Status for a vps Software */ export declare enum SoftwareStatusEnum { 'deprecated' = "deprecated", 'stable' = "stable", 'testing' = "testing" } //# sourceMappingURL=SoftwareStatusEnum.d.ts.map