UNPKG

slack-web-api-client

Version:
9 lines 293 B
import type { SlackAPIResponse } from "../response"; export type AdminConversationsSetTeamsResponse = SlackAPIResponse & { channel?: string; error?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=AdminConversationsSetTeamsResponse.d.ts.map