export interface ChadClient { socketId: string userId: string username: string displayName: string inputMuted?: boolean outputMuted?: boolean } export type UpdatedClient = Omit