essa.jpeg
This commit is contained in:
12
environment.d.ts
vendored
Normal file
12
environment.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
TOKEN: string;
|
||||
DEVTOKEN: string;
|
||||
PORT: string;
|
||||
ENVIRONMENT: 'prod' | 'dev';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user