/** List of softphone devices */
export interface SoftphoneDevices {
    /** Device ID */
    id: string;
    /** Device name */
    name: string;
    /** Device operating system */
    os: string;
    /** Last device register date */
    updateTime: string;
    /** Device user agent */
    userAgent: string;
}
//# sourceMappingURL=SoftphoneDevices.d.ts.map