fix(core): update

This commit is contained in:
2019-09-10 23:55:20 +02:00
parent c2052f16a8
commit 1d13bf5bcc
10 changed files with 84 additions and 27 deletions

View File

@ -1,7 +1,6 @@
export interface IMessageCreator {
messageText: string;
payload?: string | number | any;
payloadStringType?: 'Buffer' | 'string' | 'object';
}
/**