export interface IExerciseItem { exercise: string; duration: number; offset: number; video?: string; }