export interface AttachmentFile { readonly id: number; readonly name: string; readonly size: number; }