mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-17 15:41:00 +00:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
|
import type { Provider } from './src/contents/provider'
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
ethereum: Provider
|
||
|
}
|
||
|
}
|