2025-07-24 16:08:17 +02:00
|
|
|
/// <reference types="vite/client" />
|
2025-10-03 16:51:44 +02:00
|
|
|
|
|
|
|
|
import type { EIP1193Provider } from 'viem';
|
|
|
|
|
|
|
|
|
|
declare global {
|
|
|
|
|
interface Window {
|
|
|
|
|
ethereum?: EIP1193Provider;
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-02 19:24:57 +01:00
|
|
|
const __APP_VERSION__: string;
|
|
|
|
|
}
|
2025-10-11 17:20:30 +00:00
|
|
|
|
2025-10-03 16:51:44 +02:00
|
|
|
export {};
|