export interface User { id: string; name: string; isOnline: boolean; isAnonymous: boolean; }