export interface Favorite { 'object-id': string; 'object-type': 'lesson' | 'course' | 'practice-sheet'; 'date-added': string; }