Interface FeedByIdOptionsSummary<T>

The options for configuring a summary blog feed request by ID.

interface FeedByIdOptionsSummary<T> {
    feed: FeedOptionsSummary<T>;
    id: string;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

The blog's feed options.

id: string

The entry id.