Blog object containing a feed of full comments.

interface CommentsBlog {
    version: string;
    encoding: string;
    feed: CommentsFeed;
}

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

The blog feed.