pashto-dictionary/website/src/vite-env.d.ts

11 lines
207 B
TypeScript
Raw Normal View History

2024-08-14 19:30:10 +00:00
/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/client" />
interface ImportMetaEnv {
2024-08-14 23:20:20 +00:00
readonly VITE_BUILD_NO: string;
2024-08-14 19:30:10 +00:00
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}