This commit is contained in:
syuilo
2018-04-15 18:38:40 +09:00
parent 10e3411020
commit a9ea405c0c
6 changed files with 53 additions and 9 deletions

View File

@ -88,6 +88,7 @@ export interface ILocalUser extends IUserBase {
export interface IRemoteUser extends IUserBase {
inbox: string;
uri: string;
url?: string;
publicKey: {
id: string;
publicKeyPem: string;