chore: sync with main

This commit is contained in:
Chubby Granny Chaser
2024-09-13 01:04:38 +01:00
6 changed files with 61 additions and 45 deletions

View File

@@ -21,6 +21,7 @@ import type {
UserBlocks,
UpdateProfileRequest,
GameStats,
TrendingGame,
} from "@types";
import type { DiskSpace } from "check-disk-space";
@@ -60,6 +61,7 @@ declare global {
) => Promise<{ results: CatalogueEntry[]; cursor: number }>;
searchGameRepacks: (query: string) => Promise<GameRepack[]>;
getGameStats: (objectId: string, shop: GameShop) => Promise<GameStats>;
getTrendingGames: () => Promise<TrendingGame[]>;
/* Library */
addGameToLibrary: (