Raw blog entry object containing a single full page entry.

interface RawPagesEntryBlog {
    version: string;
    encoding: string;
    entry: RawPageEntry;
}

Hierarchy (view full)

Properties

version: string
encoding: string

The blog encoding.

The entry retrieved.