UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 194 B
/** Access ONT information */ export interface Ont { /** MAC address of the device */ mac: string; /** Serial of the device */ serial: string; } //# sourceMappingURL=Ont.d.ts.map