hassio-nextcloud-backup/nextcloud_backup/frontend/env.d.ts
2022-10-24 22:58:19 +02:00

9 lines
156 B
TypeScript

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