jws-frontend/src/env.d.ts
Methapon2001 90589b3daf
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
chore: update deps
2025-03-26 11:51:27 +07:00

7 lines
187 B
TypeScript

declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: string;
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined;
VUE_ROUTER_BASE: string | undefined;
}
}