Type Alias AsyncModifier_<TInput, TOutput>

AsyncModifier_<TInput, TOutput>: ((collection: TInput) => Promise<TOutput>)

Type Parameters

  • TInput
  • TOutput