feat: get game assets from stats

This commit is contained in:
Zamitto
2025-05-08 09:19:12 -03:00
parent 48e9536169
commit cf818d0f4f
3 changed files with 15 additions and 10 deletions

View File

@@ -240,6 +240,7 @@ export interface DownloadSourceValidationResult {
export interface GameStats {
downloadCount: number;
playerCount: number;
assets: ShopAssets | null;
}
export interface TrendingGame extends ShopAssets {