UNPKG

slack-web-api-client

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