mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
9 lines
151 B
TypeScript
9 lines
151 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
// more env variables...
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|