From bb3d9b6306c58a4356f9a75419437a0b157085b3 Mon Sep 17 00:00:00 2001 From: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:50:48 +0200 Subject: [PATCH] chore(web): remove unused event type definitions (#11600) --- web/src/app.d.ts | 10 ---------- 1 file changed, 10 deletions(-) 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;