Blog object containing a feed of comment summaries.

interface CommentsBlogSummary {
    version: string;
    encoding: string;
    feed: CommentsFeedSummary;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.