UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

12 lines 360 B
import type { WebAPICallResult } from '../../WebClient'; export type AgentsSessionsSetStatusResponse = WebAPICallResult & { agent_status?: string; error?: string; needed?: string; ok?: boolean; provided?: string; status?: string; title?: string; warning?: string; }; //# sourceMappingURL=AgentsSessionsSetStatusResponse.d.ts.map