rtsa-client/src/env.d.ts
joylink_fanyuhong 870f16be30 项目创建
2024-09-12 10:30:51 +08:00

10 lines
209 B
TypeScript

/* eslint-disable */
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: string;
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined;
VUE_ROUTER_BASE: string | undefined;
}
}