Raw blog object containing a feed of post summaries.

interface RawPostsBlogSummary {
    version: string;
    encoding: string;
    feed: RawPostsFeedSummary;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.