UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 248 B
/** Hdd replace support request details. */ export interface SupportReplaceHddInfo { /** Disk serial number */ disk_serial: string; /** Disk slotId (if any) */ slot_id?: number; } //# sourceMappingURL=SupportReplaceHddInfo.d.ts.map