export interface ChannelLeftEvent { type?: string; channel?: string; actor_id?: string; event_ts?: string; }