UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 203 B
type XdslLineDiagnosticLineCapabilities = { down?: number | null; mitigation?: string | null; ping?: number | null; up?: number | null; }; export { XdslLineDiagnosticLineCapabilities };