export interface Experience { from: Date; until: Date; company: string; position: string; description: string; technologies: string; }