UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

15 lines (13 loc) 299 B
type XdslDeviceModemInfo = { brand?: string; ip?: string; lastUpdate?: Date; macAddress?: string; model?: string; oui?: string; overEthernet?: string | null; pppLogin?: string | null; serial?: string; softVersion?: string; }; export { XdslDeviceModemInfo };