Raw blog object containing a feed of full posts.

interface RawPostsBlog {
    version: string;
    encoding: string;
    feed: RawPostsFeed;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.