interface Article {
    content?: Content;
    excerpt?: string;
    source?: Source;
    title?: string;
}

Properties

content?: Content
excerpt?: string

Excerpt of the article which matches the given query string.

source?: Source
title?: string

Title of the article.