Show user fields (#3590)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user