export interface UserConnectionInfo { userId: string; isOnline: boolean; }