Interface PagesBlogSummary

Blog object containing a feed of page summaries.

interface PagesBlogSummary {
    version: string;
    encoding: string;
    feed: PagesFeedSummary;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.