import { WalletInfo } from './WalletInfo'; export interface IEthereumStore { ethereum: { walletInfo: WalletInfo | null; }; }