1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/nodes-base/nodes/Zulip/MessageInterface.ts
2020-02-27 23:27:21 +01:00

8 lines
121 B
TypeScript

export interface IMessage {
type?: string;
to?: string;
topic?: string;
content?: string;
propagat_mode?: string;
}