fix(core): update

This commit is contained in:
2019-09-10 01:19:10 +02:00
parent f3e13292d8
commit 64c4b91678
4 changed files with 37 additions and 10 deletions

View File

@ -15,6 +15,6 @@ export interface ISocketRequest_ProcessMessage {
method: 'processMessage';
request: interfaces.IUniverseMessage;
response: {
messageStatus: 'ok'
messageStatus: 'ok' | 'channel not found'
};
}