Skip to content

Commit

Permalink
reuse Details type
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Oct 1, 2024
1 parent b34cd85 commit 3f334b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/keyAutoAdd/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type KeyAutoAddToBackgroundMessagesMap = {
ERROR: {
stepIdx: number;
stepName: StepWithStatus['name'];
details: Omit<ErrorResponse, 'success'>;
details: Details;
};
};

Expand Down

0 comments on commit 3f334b5

Please sign in to comment.