1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-21 02:56:40 -08:00
n8n/packages/nodes-base/nodes/Slack/MessageInterface.ts

7 lines
68 B
TypeScript
Raw Normal View History

2020-03-05 15:25:18 -08:00
export interface IAttachment {
fields: {
item?: object[];
};
}