Merge branch 'main' into feat/displaying-new-game-update

This commit is contained in:
Moyase
2025-11-11 01:32:50 +02:00
committed by GitHub
68 changed files with 4103 additions and 303 deletions

View File

@@ -363,6 +363,8 @@ export type LibraryGame = Game &
Partial<ShopAssets> & {
id: string;
download: Download | null;
unlockedAchievementCount?: number;
achievementCount?: number;
};
export type UserGameDetails = ShopAssets & {