restructure and expressjs endpoints
This commit is contained in:
12
process-env.d.ts
vendored
Normal file
12
process-env.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
TOKEN: string;
|
||||
PORT: string;
|
||||
CRON_LEGICA: string;
|
||||
PASSWORD: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user