UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 175 B
type DedicatedServerRoutingDetailsIpv6 = { gateway?: string | null; ip?: string | null; network?: string | null; }; export { DedicatedServerRoutingDetailsIpv6 };