Feat: update user profile (#491)
* add update profile api * may update email * may update username
This commit is contained in:
1
enjoy/src/types/user.d.ts
vendored
1
enjoy/src/types/user.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
type UserType = {
|
||||
id: string;
|
||||
name: string;
|
||||
email?: string;
|
||||
balance?: number;
|
||||
avatarUrl?: string;
|
||||
accessToken?: string;
|
||||
|
||||
Reference in New Issue
Block a user