Type Alias EntriesHandlerResult<T, R>
EntriesHandlerResult<T, R>: FeedResult<T, R, EntriesResult<PostEntrySummary, PostsBlogSummary>, EntriesResult<CommentEntrySummary, CommentsBlogSummary>, EntriesResult<PageEntrySummary, PagesBlogSummary>, EntriesResult<PostEntry, PostsBlog>, EntriesResult<CommentEntry, CommentsBlog>, EntriesResult<PageEntry, PagesBlog>>
The result type for an entries handler, determined by the feed type and route.