ci: merging main to branch

This commit is contained in:
Moyasee
2025-10-20 15:50:04 +03:00
9 changed files with 140 additions and 26 deletions

View File

@@ -271,6 +271,10 @@ export interface GameReview {
displayName: string;
profileImageUrl: string | null;
};
translations: {
[key: string]: string;
};
detectedLanguage: string;
}
export interface TrendingGame extends ShopAssets {