UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 189 B
/** Spare properties */ export interface XdslSpare { /** Modem brand model */ brand: string; /** Mac address */ macAddress: string; } //# sourceMappingURL=XdslSpare.d.ts.map