Show user fields (#3590)
This commit is contained in:
parent
1d1a373ca8
commit
638d81b66e
7 changed files with 132 additions and 1 deletions
|
@ -109,6 +109,10 @@ export interface ILocalUser extends IUserBase {
|
|||
birthday: string; // 'YYYY-MM-DD'
|
||||
tags: string[];
|
||||
};
|
||||
fields?: {
|
||||
name: string;
|
||||
value: string;
|
||||
}[];
|
||||
isCat: boolean;
|
||||
isAdmin?: boolean;
|
||||
isModerator?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue