import { TimelineRow } from './timelineRow'; export interface TimelineModel { rows: TimelineRow[]; }