UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 185 B
type CloudQuotaNetworkQuotas = { maxFloatingIPs?: number; maxGateways?: number; usedFloatingIPs?: number; usedGateways?: number; }; export { CloudQuotaNetworkQuotas };