Jendela TypeScript Ethereum

declare global {
  interface Window {
    ethereum: any;
    web3: any;
  }
} // just a workaround while actual types gets implemented
Zealous Zebra