Blog object containing a feed of full posts.

interface PostsBlog {
    version: string;
    encoding: string;
    feed: PostsFeed;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

feed: PostsFeed

The blog feed.