Zulip node

done
This commit is contained in:
Ricardo Espinoza
2020-02-26 20:46:00 -05:00
parent e51237a0b9
commit a7845c92df
7 changed files with 613 additions and 2 deletions

View File

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