interface RawBaseBlog<F> {
    version: string;
    encoding: string;
    feed: F;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

version: string
encoding: string

The blog encoding.

feed: F

The blog feed.