export interface MemberLeftChannelEvent { type?: string; user?: string; channel?: string; channel_type?: string; team?: string; event_ts?: string; }