export interface IExerciseItem { exercise: string duration: number offset: number videos?: string[] toplevelBlock?: string description?: string }