Type alias Notify

Notify: ((notifier: Notifier, news: News) => Promise<void> | void)

Type declaration

    • (notifier: Notifier, news: News): Promise<void> | void
    • Parameters

      Returns Promise<void> | void

Generated using TypeDoc