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