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

This commit is contained in:
Chubby Granny Chaser
2025-11-02 20:45:56 +00:00
committed by GitHub
4 changed files with 91 additions and 49 deletions

View File

@@ -245,6 +245,7 @@ export interface GameReview {
isBlocked: boolean;
hasUpvoted: boolean;
hasDownvoted: boolean;
playTimeInSeconds?: number;
user: {
id: string;
displayName: string;