feat: add property

This commit is contained in:
Zamitto 2024-08-19 12:31:39 -03:00
parent c1bd1d30d7
commit 5101684154
2 changed files with 22 additions and 25 deletions

View file

@ -318,6 +318,7 @@ export interface UserProfile {
friends: UserFriend[];
totalFriends: number;
relation: UserRelation | null;
currentGame: UserGame | null;
}
export interface UpdateProfileProps {