UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 203 B
/** A structure describing filer disks of a the virtual machine */ export interface VmFilerDisk { /** */ capacity: number; /** */ id: string; } //# sourceMappingURL=VmFilerDisk.d.ts.map