fix: fixing typecheck errors

This commit is contained in:
Hydra
2024-04-30 03:27:07 +01:00
parent ab8721f2e5
commit 6b2a480fa6
9 changed files with 19 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ declare global {
startGameDownload: (
repackId: number,
objectID: string,
title: string,
shop: GameShop,
downloadPath: string
) => Promise<Game>;