Files
NapCatQQ/napcat.webui/src/vite-env.d.ts
2025-01-24 21:13:44 +08:00

10 lines
127 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
0
}
interface ImportMeta {
readonly env: ImportMetaEnv
}