UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

10 lines 304 B
import type { WebAPICallResult } from '../../WebClient'; export type ConversationsKickResponse = WebAPICallResult & { error?: string; errors?: Errors; needed?: string; ok?: boolean; provided?: string; }; export type Errors = {}; //# sourceMappingURL=ConversationsKickResponse.d.ts.map