UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 162 B
type CloudQuotaVolumeUsageQuotas = { maxGigabytes?: number; usedGigabytes?: number; volumeCount?: number; }; export { CloudQuotaVolumeUsageQuotas };