export interface AttachmentObject { id: number; file: string; blob?: File; created: string; }