reamed user metrics into user data and added avatar picture and started to implement the user settings page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
interface UserData {
|
||||
partyPlayed: number;
|
||||
xp: number;
|
||||
avatar: string | undefined;
|
||||
}
|
||||
|
||||
export default UserData;
|
||||
Reference in New Issue
Block a user