feat: ui adjustments and add friend playing game

This commit is contained in:
Zamitto 2024-12-22 16:47:13 -03:00
parent 93bc7c690f
commit 041b7d520c
7 changed files with 62 additions and 14 deletions

View file

@ -208,6 +208,13 @@ export interface UserFriend {
profileImageUrl: string | null;
createdAt: string;
updatedAt: string;
currentGame: {
title: string;
iconUrl: string;
objectId: string;
shop: GameShop;
sessionDurationInSeconds: number;
} | null;
}
export interface UserFriends {