UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 334 B
import { DedicatedServerHardwareRaidDiskGroup } from './DedicatedServerHardwareRaidDiskGroup.js'; import './DedicatedServerDiskTypeEnum.js'; type DedicatedServerHardwareRaidController = { disks?: DedicatedServerHardwareRaidDiskGroup[]; model?: string; type?: string; }; export { DedicatedServerHardwareRaidController };