interface WithSummary {
    summary: string;
}

Hierarchy (view full)

Properties

Properties

summary: string

The summary content of the entry. Can contain HTML markup.