feat(header): modify_password
This commit is contained in:
@@ -41,6 +41,11 @@ export namespace User {
|
||||
work_status?: number
|
||||
}
|
||||
|
||||
export interface ModifyPasswordProps {
|
||||
new_password: string
|
||||
old_password: string
|
||||
}
|
||||
|
||||
export interface UpdateGroupProps {
|
||||
user_id: number
|
||||
group_uuid: string
|
||||
|
||||
Reference in New Issue
Block a user