Type alias ReduceFunction<T, O>

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

Type Parameters

  • T

    Type of targets

  • O

    Type of result the reduce function returns

Type declaration

    • (props): Promise<O>
    • Reduce function of run command.

      Parameters

      Returns Promise<O>

Generated using TypeDoc