diff --git a/src/preload/index.ts b/src/preload/index.ts index 9bd1f509..4d1f0eea 100644 --- a/src/preload/index.ts +++ b/src/preload/index.ts @@ -3,7 +3,6 @@ import { contextBridge, ipcRenderer } from "electron"; import type { - CatalogueCategory, GameShop, DownloadProgress, UserPreferences, diff --git a/src/renderer/src/declaration.d.ts b/src/renderer/src/declaration.d.ts index e29ec52c..203e22d7 100644 --- a/src/renderer/src/declaration.d.ts +++ b/src/renderer/src/declaration.d.ts @@ -1,6 +1,5 @@ import type { AppUpdaterEvents, - CatalogueCategory, CatalogueEntry, Game, GameRepack,