import type { SessionType } from "./SessionType"; export interface ClientConnectEvent { clientId: string; sessionId: string; walletName: string; walletType: string; sessionType: SessionType; }