UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 164 B
type CloudNetworkGatewayInterface = { id?: string; ip?: string; networkId?: string; subnetId?: string; }; export { CloudNetworkGatewayInterface };