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
KubeAl 553b135b0b
fix(Zulip Node): Fix a typo preventing some messages from updating ()
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-06-20 21:09:02 +02:00

8 lines
122 B
TypeScript

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