mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 09:03:08 +02:00
oops
This commit is contained in:
parent
76e78f905e
commit
9d8606bf42
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ export interface IRemoteUser extends IUserBase {
|
||||||
id: string;
|
id: string;
|
||||||
publicKeyPem: string;
|
publicKeyPem: string;
|
||||||
};
|
};
|
||||||
|
updatedAt: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type IUser = ILocalUser | IRemoteUser;
|
export type IUser = ILocalUser | IRemoteUser;
|
||||||
|
|
Loading…
Reference in a new issue