import { ResourceMetadata } from '../../iam/ResourceMetadata';
import { ProtocolEnum } from '../../telephony/ProtocolEnum';
/** Spare properties */
export interface TelephonySpareWithIAM {
    /** Phone brand model */
    brand: string;
    /** IAM resource metadata */
    iam?: ResourceMetadata;
    /** Mac address */
    macAddress: string;
    /** Phone protocol */
    protocol: ProtocolEnum;
}
//# sourceMappingURL=TelephonySpareWithIAM.d.ts.map