Interface RunFunction<Options, ReturnType>

interface RunFunction<Options, ReturnType> ((options) => Promise<ReturnType>)

Type Parameters