UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

9 lines 306 B
import { WebAPICallResult } from '../WebClient'; export type AdminInviteRequestsDeniedListResponse = WebAPICallResult & { denied_requests?: string[]; error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=AdminInviteRequestsDeniedListResponse.d.ts.map