export type Annotation = { row: number type: 'info' | 'warning' | 'error' text: string source?: string }