Type Alias EntriesHandlerSimpleExtra<B, T>

EntriesHandlerSimpleExtra<B, T>: ((blog: B) => T)

Function type for add custom properties to the entries handler.

Type Parameters

  • B extends BaseBlog

    The type of blog feed

  • T

    The target transformation type