AttachmentInfo typedef

AttachmentInfo = ({File file, AttachmentType type})

Implementation

typedef AttachmentInfo = ({AttachmentType type, File file});