fix: typescript error

This commit is contained in:
Moyasee
2025-11-11 16:31:53 +02:00
parent a1eef4eab6
commit d59b96f446

View File

@@ -9,10 +9,10 @@ import {
} from "@main/level";
import { logger } from "./logger";
import { WindowManager } from "./window-manager";
import type { Game } from "@types";
import type { Game, GameShop } from "@types";
interface DownloadSourcesChangeResponse {
shop: string;
shop: GameShop;
objectId: string;
newDownloadOptionsCount: number;
downloadSourceIds: string[];