export default interface IAnalysisItem { id: string; type: 'label' | 'section'; startLine: number; endLine: number; }