UNPKG

418 BTypeScriptView Raw
1import { 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?: UseridMap;
11 warning?: string;
12};
13export interface UseridMap {
14}
15//# sourceMappingURL=MigrationExchangeResponse.d.ts.map
\No newline at end of file