hassio-nextcloud-backup/nextcloud_backup/frontend/env.d.ts

9 lines
156 B
TypeScript
Raw Normal View History

2022-10-11 14:10:25 +02:00
/// <reference types="vite/client" />
2022-10-24 22:58:19 +02:00
interface ImportMetaEnv {
readonly VITE_API_URL: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}