UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

10 lines 303 B
import { WebAPICallResult } from '../WebClient'; export type ConversationsCloseResponse = WebAPICallResult & { already_closed?: boolean; error?: string; needed?: string; no_op?: boolean; ok?: boolean; provided?: string; }; //# sourceMappingURL=ConversationsCloseResponse.d.ts.map