upd
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
// readonly PORT: number;
|
||||
readonly DB_URL: string;
|
||||
readonly JWT_SECRET: string;
|
||||
readonly JWT_EXPIRATION: string;
|
||||
readonly HMAC_SECRET: string;
|
||||
readonly API_URL: string;
|
||||
readonly COMPANY_ID: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user