Interface BaseEntryBlog<T>

interface BaseEntryBlog<T> {
    version: string;
    encoding: string;
    entry: T;
}

Type Parameters

Hierarchy (view full)

Properties

version: string
encoding: string

The blog encoding.

entry: T

The entry retrieved.