1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-27 22:38:30 +09:00
This commit is contained in:
syuilo 2018-04-17 15:37:18 +09:00
parent 76e78f905e
commit 9d8606bf42

View File

@ -93,6 +93,7 @@ export interface IRemoteUser extends IUserBase {
id: string;
publicKeyPem: string;
};
updatedAt: Date;
}
export type IUser = ILocalUser | IRemoteUser;