Blog object containing a feed of full pages.

interface PagesBlog {
    version: string;
    encoding: string;
    feed: PagesFeed;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

feed: PagesFeed

The blog feed.