#2359 など
This commit is contained in:
@ -118,6 +118,7 @@ export interface IRemoteUser extends IUserBase {
|
||||
publicKeyPem: string;
|
||||
};
|
||||
updatedAt: Date;
|
||||
isAdmin: false;
|
||||
}
|
||||
|
||||
export type IUser = ILocalUser | IRemoteUser;
|
||||
|
Reference in New Issue
Block a user