UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 180 B
type DedicatedServerRtmDisk = { capacity?: number | null; disk?: string; model?: string | null; temperature?: number | null; }; export { DedicatedServerRtmDisk };