UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 184 B
/** All types of filer that are available for restoring a VM */ export declare enum FilerTypeEnum { 'nas' = "nas", 'vsan' = "vsan" } //# sourceMappingURL=FilerTypeEnum.d.ts.map