export interface IConnectInfo { clientIp: string deviceId: string userId: string targetHost: string targetPort: string }