import type { WebAPICallResult } from '../../WebClient'; export type AdminConversationsSetTeamsResponse = WebAPICallResult & { channel?: string; error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=AdminConversationsSetTeamsResponse.d.ts.map