interface Item {
source?: Sourse;
author?: string;
title?: string;
description?: string;
url?: string;
urlToImage?: string;
publishedAt?: string;
content?: string;
}
interface List {
id?: string;
name?: string;
description?: string;
url?: string;
category?: string;
language?: string;
country?: string;
}
......
map(res => res.sources)
map(res => res.articles)
cool
Обсуждают сегодня