export interface TimelineEntry { entryIdentifier: string feedIdentifier: string feedTitle: string customTitle: string | null entryTitle: string entryUrl: string author: string | null summary: string | null imageUrl: string | null publishedAt: string isRead: boolean isSaved: boolean enclosureUrl: string | null enclosureType: string | null }