n8n/packages/nodes-base/nodes/Slack/MessageInterface.ts

8 lines
69 B
TypeScript
Raw Normal View History

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