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

6 lines
67 B
TypeScript
Raw Normal View History

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