1 2 3 4 5 6 7
export interface Feed { _id: number; url: string; web_url: string; title: string; category: string; }