mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-07 13:42:34 +00:00
chore: add user detail page
This commit is contained in:
2
web/src/types/modules/user.d.ts
vendored
2
web/src/types/modules/user.d.ts
vendored
@ -9,6 +9,7 @@ interface User {
|
||||
|
||||
email: string;
|
||||
name: string;
|
||||
openId: string;
|
||||
}
|
||||
|
||||
interface UserCreate {
|
||||
@ -24,6 +25,7 @@ interface UserPatch {
|
||||
|
||||
name?: string;
|
||||
password?: string;
|
||||
resetOpenID?: boolean;
|
||||
}
|
||||
|
||||
interface UserDelete {
|
||||
|
Reference in New Issue
Block a user