mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add friends button on user profile
This commit is contained in:
parent
27610aa8cf
commit
6b8f2e6978
6 changed files with 124 additions and 29 deletions
|
@ -293,6 +293,7 @@ export interface UserProfile {
|
|||
id: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
profileVisibility: "PUBLIC" | "PRIVATE" | "FRIEND";
|
||||
totalPlayTimeInSeconds: number;
|
||||
libraryGames: UserGame[];
|
||||
recentGames: UserGame[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue