export interface ImCreatedEvent { type?: string; user?: string; channel?: Channel; } export interface Channel { }