From 867ce63f7bc67cb418d96d226a7e3eaf2b05bc87 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:28:36 +0000 Subject: Add event handler --- frontend/src/updater.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'frontend/src/updater.ts') diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts index d6c23832..2df1f2a5 100644 --- a/frontend/src/updater.ts +++ b/frontend/src/updater.ts @@ -4,11 +4,6 @@ export enum Branches { // Testing, } -export interface DeckyUpdater { - updateProgress: (val: number) => void; - finish: () => void; -} - export interface RemoteVerInfo { assets: { browser_download_url: string; -- cgit v1.2.3