Interface PostsBlogSummary

Blog object containing a feed of post summaries.

interface PostsBlogSummary {
    version: string;
    encoding: string;
    feed: PostsFeedSummary;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.