Files
documenso/apps/remix/vite-env.d.ts
T

8 lines
121 B
TypeScript

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