mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 03:11:03 +00:00
feat: add property
This commit is contained in:
@@ -318,6 +318,7 @@ export interface UserProfile {
|
||||
friends: UserFriend[];
|
||||
totalFriends: number;
|
||||
relation: UserRelation | null;
|
||||
currentGame: UserGame | null;
|
||||
}
|
||||
|
||||
export interface UpdateProfileProps {
|
||||
|
||||
Reference in New Issue
Block a user