#2359 など
This commit is contained in:
parent
f0d818de24
commit
30444e5f1a
3 changed files with 6 additions and 1 deletions
|
@ -118,6 +118,7 @@ export interface IRemoteUser extends IUserBase {
|
|||
publicKeyPem: string;
|
||||
};
|
||||
updatedAt: Date;
|
||||
isAdmin: false;
|
||||
}
|
||||
|
||||
export type IUser = ILocalUser | IRemoteUser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue