UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 207 B
/** Informations related to phone */ export interface OldPhone { /** Mac address of the phone */ mac: string; /** Model of the phone */ model: string; } //# sourceMappingURL=OldPhone.d.ts.map