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