export interface AdminConversationsSetTeamsResponse { ok?: boolean; channel?: string; error?: string; needed?: string; provided?: string; }