Skip to content

Commit 0450ff1

Browse files
committed
Add environment.d.ts
1 parent 8596aa5 commit 0450ff1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

environment.d.ts

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)