Skip to content

Commit b1eda2d

Browse files
committed
typedef for env
1 parent d426e7a commit b1eda2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

environment.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
declare global {
2+
// eslint-disable-next-line no-unused-vars
23
namespace NodeJS {
4+
// eslint-disable-next-line no-unused-vars
35
interface ProcessEnv {
46
PORT: string;
57
SALT_ROUNDS: string;
68
SESSION_SECRET: string;
9+
FFMPEG: string;
10+
STORAGE: string;
711
}
812
}
913
}
1014

11-
export {}
15+
export {};

0 commit comments

Comments
 (0)