mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add property
This commit is contained in:
parent
c1bd1d30d7
commit
5101684154
2 changed files with 22 additions and 25 deletions
|
@ -318,6 +318,7 @@ export interface UserProfile {
|
|||
friends: UserFriend[];
|
||||
totalFriends: number;
|
||||
relation: UserRelation | null;
|
||||
currentGame: UserGame | null;
|
||||
}
|
||||
|
||||
export interface UpdateProfileProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue