Andres Coello Goyes

Results 1 issues of Andres Coello Goyes

` interface SendAttachment { fallback: string; fields?: SendAttachmentField[]; }; interface SendAttachmentField { title: string; value: string; short: boolean; }; `