Type alias ReduceFunction<T, O>

ReduceFunction<T, O>: ((props) => Promise<O>)

Reduce function of run command.

Type Parameters

  • T

    Type of targets

  • O

    Type of result the reduce function returns

Type declaration

Generated using TypeDoc