UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

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