import { ApiAttachmentModel } from './apiAttachmentModel'; export type Attachment = File | ApiAttachmentModel;