diff --git a/web/src/app.d.ts b/web/src/app.d.ts index ae6c5b559b..d041386df2 100644 --- a/web/src/app.d.ts +++ b/web/src/app.d.ts @@ -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 { - '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;