import { type AdminInviteRequestsListResponse } from "https://deno.land/x/slack_web_api_client@0.2.3/mod.ts";
definition: SlackAPIResponse & { error?: string; invite_requests?: string[]; needed?: string; ok: boolean; provided?: string; }
x/slack_web_api_client/mod.ts>AdminInviteRequestsListResponse
import { type AdminInviteRequestsListResponse } from "https://deno.land/x/slack_web_api_client@0.2.3/mod.ts";