mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 18:33:56 +00:00
feat: ui adjustments and add friend playing game
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user