UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 168 B
/** Possible type a disk can be in */ export declare enum TypeEnum { 'additional' = "additional", 'primary' = "primary" } //# sourceMappingURL=TypeEnum.d.ts.map