UNPKG

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