Type Alias CommentsFeedOptions<R>

CommentsFeedOptions<R>: Omit<FeedOptions<"comments", R>, "type">

The options for configuring a blog feed comments request.

Type Parameters