UNPKG

320 BTypeScriptView Raw
1import type { WebAPICallResult } from '../../WebClient';
2export type ConversationsRequestSharedInviteDenyResponse = WebAPICallResult & {
3 error?: string;
4 invite_id?: string;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8};
9//# sourceMappingURL=ConversationsRequestSharedInviteDenyResponse.d.ts.map
\No newline at end of file