UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (11 loc) 716 B
import { ServicesExpandedTechnicalBaremetalServerStorageDisk } from './ServicesExpandedTechnicalBaremetalServerStorageDisk.js'; import { ServicesExpandedTechnicalBaremetalServerStorageRaid } from './ServicesExpandedTechnicalBaremetalServerStorageRaid.js'; import './ServicesExpandedTechnicalBaremetalServerStorageDiskUsageEnum.js'; import './ServicesExpandedTechnicalBaremetalServerStorageRaidTypeEnum.js'; type ServicesExpandedTechnicalBaremetalServerStorage = { disks?: ServicesExpandedTechnicalBaremetalServerStorageDisk[]; hotSwap?: boolean; raid?: string; raidDetails?: ServicesExpandedTechnicalBaremetalServerStorageRaid | null; }; export { ServicesExpandedTechnicalBaremetalServerStorage };