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