UNPKG

387 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminConversationsInviteResponse = WebAPICallResult & {
3 error?: string;
4 failed_user_ids?: FailedUserids;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8};
9export interface FailedUserids {
10 U00000000?: string;
11 U00000001?: string;
12}
13//# sourceMappingURL=AdminConversationsInviteResponse.d.ts.map
\No newline at end of file