mirror of
https://github.com/koel/koel
synced 2024-12-19 09:03:07 +00:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|