Type alias FilterPubsCallback

FilterPubsCallback: ((items) => FilterPubItem[])

Type declaration

    • (items): FilterPubItem[]
    • Callback to decide what publications to be included in a response. Argument contains unexpired publications only. It should return a priority list of publications to be included in the response.

      Parameters

      Returns FilterPubItem[]

Generated using TypeDoc