mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
10 lines
151 B
TypeScript
10 lines
151 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
// more env variables...
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|