chore: sync with main

This commit is contained in:
Chubby Granny Chaser 2024-09-13 01:04:38 +01:00
commit 383578bca2
No known key found for this signature in database
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;
}