Type Alias Callback<TInput, TReturn>

Callback<TInput, TReturn>: ((input: TInput) => PromiseLike<TReturn>)

Type Parameters

  • TInput
  • TReturn