Type alias MapFunction<T>

MapFunction<T>: ((props) => Promise<T>)

Type Parameters

  • T

Type declaration

    • (props): Promise<T>
    • Map function of run command.

      Parameters

      Returns Promise<T>

Generated using TypeDoc