This commit is contained in:
parent
f1bbbcfedf
commit
51bafe8259
5 changed files with 54 additions and 1 deletions
|
@ -95,7 +95,8 @@ export interface ILocalUser extends IUserBase {
|
|||
lastUsedAt: Date;
|
||||
isBot: boolean;
|
||||
isCat: boolean;
|
||||
isPro: boolean;
|
||||
isAdmin?: boolean;
|
||||
isVerified?: boolean;
|
||||
twoFactorSecret: string;
|
||||
twoFactorEnabled: boolean;
|
||||
twoFactorTempSecret?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue