Type alias Web3Window

Web3Window: Window & typeof globalThis & {
    ethereum: any;
}

Generated using TypeDoc