import { ProtocolEnum } from '../../telephony/ProtocolEnum';
/** Spare properties */
export interface TelephonySpare {
    /** Phone brand model */
    brand: string;
    /** Mac address */
    macAddress: string;
    /** Phone protocol */
    protocol: ProtocolEnum;
}
//# sourceMappingURL=TelephonySpare.d.ts.map