UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 256 B
import { CloudNetworkIPPool } from './CloudNetworkIPPool.js'; type CloudNetworkSubnet = { cidr?: string; dhcpEnabled?: boolean; gatewayIp?: string | null; id?: string; ipPools?: CloudNetworkIPPool[]; }; export { CloudNetworkSubnet };