export namespace singleArticle {
    namespace author {
        let name: string;
        let bio: string;
        let jobTitle: string;
        let image: string;
    }
    let content: string;
    let dateGmt: string;
    let modifiedGmt: string;
    let excerpt: string;
    let title: string;
}
