Files
beachbums-nft-mint-dapp/@types/global.d.ts
2021-11-28 01:15:52 +09:00

9 lines
114 B
TypeScript

// Ensure this is treated as a module.
export {};
declare global {
interface Window {
ethereum: any;
}
}