| 2 | declare namespace NodeJS { |
| 3 | // tslint:disable-next-line:interface-name |
| 4 | export interface ProcessEnv { |
| 5 | PORT: string; |
| 6 | DB_HOST: string; |
| 7 | DB_PORT: string; |
| 8 | DB_USER: string; |
| 9 | DB_PASS: string; |
| 10 | DB_NAME: string; |
| 11 | } |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected