This commit is contained in:
syuilo 2018-07-25 01:14:38 +09:00
parent f1bbbcfedf
commit 51bafe8259
5 changed files with 54 additions and 1 deletions

View file

@ -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;