n8n/packages/nodes-base/nodes/Zulip/MessageInterface.ts
KubeAl 553b135b0b
fix(Zulip Node): Fix a typo preventing some messages from updating (#7078)
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;
}