Interface InnerFeedOptions<F>

Base interface for options that contain feed configuration.

interface InnerFeedOptions<F> {
    feed: F;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

feed: F

The blog's feed options.