8000 feat: add env type · codeisneverodd/home@cfc50aa · GitHub
[go: up one dir, main page]

Skip to content

Commit cfc50aa

Browse files
feat: add env type
1 parent 75a81ec commit cfc50aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

types/process.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* eslint-disable @typescript-eslint/no-unused-vars */
2+
3+
namespace NodeJS {
4+
interface ProcessEnv {
5+
GITHUB_ID: string;
6+
GITHUB_SECRET: string;
7+
GITHUB_PAT: string;
8+
}
9+
}

0 commit comments

Comments
0 (0)
0