Skip to content
Snippets Groups Projects
Commit 9d8606bf authored by syuilo's avatar syuilo
Browse files

oops

parent 76e78f90
No related merge requests found
......@@ -93,6 +93,7 @@ export interface IRemoteUser extends IUserBase {
id: string;
publicKeyPem: string;
};
updatedAt: Date;
}
export type IUser = ILocalUser | IRemoteUser;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment