UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 231 B
type ServicesExpandedTechnicalBaremetalServerServerFrame = { dualPowerSupply?: boolean; maxNbDisks?: number | null; model?: string; size?: string; }; export { ServicesExpandedTechnicalBaremetalServerServerFrame };