1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-01-18 16:11:51 -08:00
n8n/packages/nodes-base/nodes/Slack/MessageInterface.ts
Ricardo Espinoza fe36c9c76a setup
2020-03-05 18:26:44 -05:00

8 lines
69 B
TypeScript

export interface IAttachment {
fields: {
item?: object[];
};
}