2
0
Fork 0
mirror of https://github.com/koel/koel synced 2024-12-27 04:53:08 +00:00
koel/resources/assets/js/env.d.ts
2024-07-06 17:44:47 +02:00

5 lines
94 B
TypeScript

/// <reference types="vite/client" />
interface ImportMeta {
readonly env: ImportMetaEnv
}