import { FileAttachmentAnnotation } from "../Annotations/AnnotationTypes"; export type AttachmentsModel = { attachments: FileAttachmentAnnotation[] | null; }; export type AttachmentsMsg = { type: 'reset'; };