export type TimeSpentCourse = { course_id: string; course_name: string; platform: string | null; time_spent: string; time_spent_secs: number; };