sigit.io/src/vite-env.d.ts

10 lines
167 B
TypeScript
Raw Normal View History

2024-02-27 14:03:15 +00:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_MOST_POPULAR_RELAYS: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}