mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
oops
This commit is contained in:
parent
40cc55d793
commit
a856111810
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ export interface IRemoteUser extends IUserBase {
|
|||
id: string;
|
||||
publicKeyPem: string;
|
||||
};
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
||||
export type IUser = ILocalUser | IRemoteUser;
|
||||
|
|
Loading…
Reference in a new issue