export interface ITimeline { header?: string; color?: string; img?: string; icon?: string; content: { title: string; text: string; }; }