This commit is contained in:
syuilo 2018-08-21 01:03:58 +09:00
parent f0d818de24
commit 30444e5f1a
3 changed files with 6 additions and 1 deletions

View file

@ -118,6 +118,7 @@ export interface IRemoteUser extends IUserBase {
publicKeyPem: string;
};
updatedAt: Date;
isAdmin: false;
}
export type IUser = ILocalUser | IRemoteUser;