We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8596aa5 commit 0450ff1Copy full SHA for 0450ff1
environment.d.ts
@@ -0,0 +1,10 @@
1
+declare global {
2
+ namespace NodeJS {
3
+ interface ProcessEnv {
4
+ WALLET_KEY: `0x${string}` | undefined;
5
+ ENCRYPTION_KEY: string | undefined;
6
+ }
7
8
+}
9
+
10
+export {};
0 commit comments