Minor Zulip-Node fixes

This commit is contained in:
Jan Oberhauser
2020-02-27 23:27:21 +01:00
parent a7845c92df
commit a46b050b15
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
export interface IMessage {
type?: string;
to?: string,
to?: string;
topic?: string;
content?: string;
propagat_mode?: string;