env.d.ts 114 B

1234567
  1. interface ImportMetaEnv {
  2. VITE_APP_BASE_API: string;
  3. }
  4. interface ImportMeta {
  5. readonly env: ImportMetaEnv;
  6. }