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