feat: member invitation and activation (#535)

Co-authored-by: John Wang <takatost@gmail.com>
This commit is contained in:
KVOJJJin
2023-07-14 11:19:26 +08:00
committed by GitHub
parent 004b3caa43
commit cd51d3323b
51 changed files with 1235 additions and 329 deletions

View File

@@ -10,6 +10,8 @@ export type UserProfileResponse = {
id: string
name: string
email: string
avatar: string
is_password_set: boolean
interface_language?: string
interface_theme?: string
timezone?: string