Skip to content

Commit

Permalink
feat (web-api): user id map in MigrationExchangeResponse as map (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Jun 17, 2024
1 parent 893b836 commit 20f026b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ export type MigrationExchangeResponse = WebAPICallResult & {
ok?: boolean;
provided?: string;
team_id?: string;
user_id_map?: UseridMap;
user_id_map?: { [key: string]: string };
warning?: string;
};

export interface UseridMap {
}

0 comments on commit 20f026b

Please sign in to comment.