diff --git a/client/js/types.d.ts b/client/js/types.d.ts index 9ec09338..c8757ec1 100644 --- a/client/js/types.d.ts +++ b/client/js/types.d.ts @@ -9,10 +9,6 @@ import {LinkPreview, SharedMsg} from "../../shared/types/msg"; interface LoungeWindow extends Window { g_TheLoungeRemoveLoading?: () => void; - navigator: Window["navigator"] & { - setAppBadge?: (highlightCount: number) => void; - clearAppBadge?: () => void; - }; } type ClientUser = SharedUser;