File size: 205 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
/// <reference types="vite/client" />
declare const appVersion: string;
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface ImportMeta {
readonly env: ImportMetaEnv;
}
|