We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301ebff commit 6c7ab9aCopy full SHA for 6c7ab9a
1 file changed
modules.d.ts
@@ -0,0 +1,13 @@
1
+declare namespace NodeJS {
2
+ export interface ProcessEnv {
3
+ GOOGLE_EMAIL_ADDRESS: string
4
+ GOOGLE_CREDENTIALS: string
5
+ ADD_USERS: string
6
+ EXIT_CODE_ON_MISMATCH: string
7
+ GITHUB_ORG: string
8
+ GITHUB_INSTALLATION_ID: string
9
+ GITHUB_APP_ID: string
10
+ GITHUB_PRIVATE_KEY: string
11
+ IGNORED_USERS: string
12
+ }
13
+}
0 commit comments