export interface GroupJoinedEvent { type?: string; channel?: Channel; } export interface Channel { }