summaryrefslogtreecommitdiff
path: root/src/main/manaplus/update/updater.interface.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/manaplus/update/updater.interface.ts')
-rw-r--r--src/main/manaplus/update/updater.interface.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/manaplus/update/updater.interface.ts b/src/main/manaplus/update/updater.interface.ts
deleted file mode 100644
index 1524649..0000000
--- a/src/main/manaplus/update/updater.interface.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export default interface ManaUpdater {
- constructor():void,
- updateAvailible():Promise<{isNewVersion:boolean, newestVersion:string}>,
- update():Promise<any>,
- reinstall():Promise<any>
-}