UNPKG

421 BTypeScriptView Raw
1import type { WebAPICallResult } from '../../WebClient';
2export type MigrationExchangeResponse = WebAPICallResult & {
3 enterprise_id?: string;
4 error?: string;
5 invalid_user_ids?: string[];
6 needed?: string;
7 ok?: boolean;
8 provided?: string;
9 team_id?: string;
10 user_id_map?: {
11 [key: string]: string;
12 };
13 warning?: string;
14};
15//# sourceMappingURL=MigrationExchangeResponse.d.ts.map
\No newline at end of file