tutu/src/overrides.d.ts

11 lines
189 B
TypeScript
Raw Normal View History

2024-07-22 13:57:04 +00:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly BUILT_AT: string;
readonly PACKAGE_VERSION: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}