mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: ui adjustments and add friend playing game
This commit is contained in:
parent
93bc7c690f
commit
041b7d520c
7 changed files with 62 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue