Skip to content

Commit

Permalink
chore: rm duplicate type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Oct 28, 2023
1 parent 21a2f53 commit 72c3079
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ declare global {
}
}

declare global {
interface Window {
injectedWeb3?: Record<string, ExtensionInjected>;
}
}
export type NetworkName = 'polkadot' | 'kusama' | 'westend';

export type Networks = Record<string, Network>;
Expand Down

0 comments on commit 72c3079

Please sign in to comment.