Skip to content

Commit 6c7ab9a

Browse files
committed
define types for process.env
1 parent 301ebff commit 6c7ab9a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

modules.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)