@slack/web-api
Version:
Official library for using the Slack Platform's Web API
9 lines • 312 B
TypeScript
import { WebAPICallResult } from '../WebClient';
export type AdminInviteRequestsApprovedListResponse = WebAPICallResult & {
approved_requests?: string[];
error?: string;
needed?: string;
ok?: boolean;
provided?: string;
};
//# sourceMappingURL=AdminInviteRequestsApprovedListResponse.d.ts.map