Type Alias RunnableFunc<RunInput, RunOutput>

RunnableFunc<RunInput, RunOutput>: ((input: RunInput, options: RunnableConfig | Record<string, any> | Record<string, any> & RunnableConfig) => RunOutput | Promise<RunOutput>)

Type Parameters

  • RunInput
  • RunOutput