Type Alias PostsFeedOptions<R>

PostsFeedOptions<R>: Omit<FeedOptions<"posts", R>, "type">

The options for configuring a blog feed posts request.

Type Parameters