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

11 lines
207 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/client" />
interface ImportMetaEnv {
readonly VITE_BUILD_NO: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}