rsswx / apps /web /src /vite-env.d.ts
xmarstt's picture
Upload 91 files
c349309 verified
raw
history blame contribute delete
244 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_SERVER_ORIGIN_URL: string;
readonly VITE_ENV: string;
}
interface Window {
__WEWE_RSS_SERVER_ORIGIN_URL__?: string;
}
declare const __APP_VERSION__: string;