Feat: update user profile (#491)

* add update profile api

* may update email

* may update username
This commit is contained in:
an-lee
2024-04-07 14:38:43 +08:00
committed by GitHub
parent 52287357d5
commit aa334dfb09
7 changed files with 263 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
type UserType = {
id: string;
name: string;
email?: string;
balance?: number;
avatarUrl?: string;
accessToken?: string;