export interface UploadAttachmentRequest {
    id: string;
    reportId: number;
    attachment: File;
}
