mirror of
https://github.com/documenso/documenso.git
synced 2026-07-10 21:15:15 +10:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
type ImportMetaEnv = {};
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|