go-chi-oapi-codegen-todolist/frontend/app/env.d.ts
2025-04-20 15:58:52 +07:00

6 lines
87 B
TypeScript

namespace NodeJS {
interface ProcessEnv {
NEXT_PUBLIC_API_BASE_URL: string
}
}