mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-30 21:49:04 +08:00
10 lines
144 B
TypeScript
10 lines
144 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare global {
|
|
interface ImportMetaEnv {
|
|
readonly VITE_NAPCAT_VERSION: string;
|
|
}
|
|
}
|
|
|
|
export {};
|