chore(web): remove unused event type definitions (#11600)

This commit is contained in:
Michel Heusschen 2024-08-05 20:50:48 +02:00 committed by GitHub
parent c83df2686a
commit bb3d9b6306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
web/src/app.d.ts vendored
View File

@ -18,16 +18,6 @@ declare namespace App {
}
}
// Source: https://stackoverflow.com/questions/63814432/typescript-typing-of-non-standard-window-event-in-svelte
// To fix the <svelte:window... in components/asset-viewer/photo-viewer.svelte
declare namespace svelteHTML {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface HTMLAttributes<T> {
'on:copyImage'?: () => void;
'on:zoomImage'?: () => void;
}
}
declare module '$env/static/public' {
export const PUBLIC_IMMICH_PAY_HOST: string;
export const PUBLIC_IMMICH_BUY_HOST: string;