UNPKG

slack-web-api-client

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