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

@@ -345,3 +345,9 @@ export interface GameStats {
downloadCount: number;
playerCount: number;
}
export interface TrendingGame {
uri: string;
description: string;
background: string;
}