Files
irth-backend/env.d.ts
T
2025-04-15 18:03:18 +05:00

6 lines
87 B
TypeScript

declare namespace NodeJS {
interface ProcessEnv {
readonly DB_URL: string;
}
}