diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-02-15 22:28:36 +0000 |
|---|---|---|
| committer | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-02-15 22:28:36 +0000 |
| commit | 867ce63f7bc67cb418d96d226a7e3eaf2b05bc87 (patch) | |
| tree | 5424e3374c2f66e25d6fa0a80bc4f6f3e18fa84d /frontend/src/updater.ts | |
| parent | ee6122b97d042e8bb50531511d6c0103e0d6a358 (diff) | |
| download | decky-loader-867ce63f7bc67cb418d96d226a7e3eaf2b05bc87.tar.gz decky-loader-867ce63f7bc67cb418d96d226a7e3eaf2b05bc87.zip | |
Add event handler
Diffstat (limited to 'frontend/src/updater.ts')
| -rw-r--r-- | frontend/src/updater.ts | 5 |
1 files changed, 0 insertions, 5 deletions
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; |
