Type Alias MapFunction<T>

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

Map function of run command.

Type Parameters

  • T