fix(core): update

This commit is contained in:
2019-04-23 00:28:57 +02:00
parent a8a91b4db2
commit b1017121ea
10 changed files with 112 additions and 180 deletions

View File

@ -12,4 +12,4 @@ export interface IServerPutMessageRequestBody {
passphrase: string;
message: string;
payload: any;
}
}