Interface Attachment

interface Attachment {
    img_url: string;
    information: { description: { text: string }; title: { text: string } };
    resource_url: string;
    type: "attachments";
}

Properties

img_url: string
information: { description: { text: string }; title: { text: string } }
resource_url: string
type: "attachments"