UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 230 B
type CloudQuotaInstanceUsageQuotas = { maxCores?: number; maxInstances?: number; maxRam?: number; usedCores?: number; usedInstances?: number; usedRAM?: number; }; export { CloudQuotaInstanceUsageQuotas };