UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 196 B
type DedicatedServerRtmPartition = { inodeUsage?: number | null; mountPoint?: string | null; partition?: string; usage?: number | null; }; export { DedicatedServerRtmPartition };