UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 249 B
import { CloudNetworkGatewayIpSubnet } from './CloudNetworkGatewayIpSubnet.js'; type CloudNetworkGatewayExternalInformation = { ips?: CloudNetworkGatewayIpSubnet[]; networkId?: string; }; export { CloudNetworkGatewayExternalInformation };