slack-notify icon indicating copy to clipboard operation
slack-notify copied to clipboard

export SendAttachment and SendAttachmentField interfaces for reuse.

Open GandresCoello18 opened this issue 2 years ago • 0 comments

` interface SendAttachment { fallback: string; fields?: SendAttachmentField[]; };

interface SendAttachmentField { title: string; value: string; short: boolean; }; `

GandresCoello18 avatar Sep 13 '22 06:09 GandresCoello18