Skip to content

Commit

Permalink
fix: add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Dec 16, 2024
1 parent 6b2cd4a commit c6171d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/// <reference types="vite/client" />

interface Window {
ethereum: import("ethers").Eip1193Provider & {
on: (event: string, cb: (param: any) => any) => void;
};
fhevmjs: import("fhevmjs");
fhevmjsInitialized: boolean;
}

0 comments on commit c6171d0

Please sign in to comment.