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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
67 B
TypeScript
Raw Normal View History

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