export interface FeedEntry { title: string; pubDate: string; url: string; creator: string; summary: string; }