Type Alias EntriesHandlerExtra<T, R, E>

Type for handling additional transformations based on feed type and route.

Type Parameters

  • T extends FeedType = FeedType

    The type of feed (posts, comments, or pages)

  • R extends FeedRoute = FeedRoute

    The route type (summary or full)

  • E = KeyableObject

    The extra data type to be produced