export interface Plan { id: number; days: string; workouts: string; }