Skip to content

Commit

Permalink
remove external_id from types
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjuhasz committed Aug 28, 2024
1 parent 68b94a9 commit 902fa2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export type ShareStatusItem = Pick<
timestamp: number;
service: string;
external_name: string;
external_id: string;
};

export type PostShareStatus = {
Expand Down

0 comments on commit 902fa2c

Please sign in to comment.