UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 285 B
import { DedicatedServerDiskTypeEnum } from './DedicatedServerDiskTypeEnum.js'; type DedicatedServerHardwareRaidDiskGroup = { capacity?: number; names?: string[]; speed?: string; type?: DedicatedServerDiskTypeEnum; }; export { DedicatedServerHardwareRaidDiskGroup };