Type alias AttachmentFetchEventCompleted

AttachmentFetchEventCompleted: {
    attachment: Attachment;
    type: "Completed";
}

An attachment fetch event used when the attachment's download has completed.

Type declaration