UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

8 lines 270 B
import { WebAPICallResult } from '../WebClient'; export type AdminConversationsUnarchiveResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=AdminConversationsUnarchiveResponse.d.ts.map