Skip to content

Commit

Permalink
type duplication fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Jan 8, 2025
1 parent d6b7119 commit e09e316
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@magic-sdk/types/src/core/json-rpc-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ export type ConnectWithUiEvents = {
'id-token-created': (params: { idToken: string }) => void;
} & { [key in ThirdPartyWalletEvents]: () => void };

export type ShowUIPromiEvents = {
disconnect: () => void;
};

// --- Payload methods

/**
Expand Down

0 comments on commit e09e316

Please sign in to comment.