MCPcopy Index your code
hub / github.com/RemoteState/nodejs-ecs / ProcessEnv

Interface ProcessEnv

environment.d.ts:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2declare 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected