import { AttributeType } from '../data/BacktraceData'; export interface ReportData { attributes: Record; annotations: Record; }