export interface UserTypingEvent { type?: string; channel?: string; user?: string; }