Type alias Callback<T>

Callback<T>: (() => Promise<T> | T)

Type Parameters

  • T

Type declaration

    • (): Promise<T> | T
    • Returns Promise<T> | T

Generated using TypeDoc