Files
DATA11001-Introduction-to-D…/frontend/env.d.ts
T
2026-06-24 16:52:08 +02:00

10 lines
130 B
TypeScript

declare global {
namespace NodeJS {
interface ProcessEnv {
NEXT_PUBLIC_BACKEND_ORIGIN: string;
}
}
}
export {}