UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 184 B
type CloudInstanceIpAddress = { gatewayIp?: string | null; ip?: string; networkId?: string; type?: string; version?: number; }; export { CloudInstanceIpAddress };