UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

15 lines (12 loc) 408 B
import { OverTheBoxMultipathStatusEnum } from './OverTheBoxMultipathStatusEnum.js'; type OverTheBoxDeviceInterface = { device?: string | null; dnsServers?: string[] | null; gateway?: string | null; ip?: string | null; multipathStatus?: OverTheBoxMultipathStatusEnum; name?: string; netmask?: string | null; publicIp?: string | null; }; export { OverTheBoxDeviceInterface };