Type Alias TaskDependencyWithIntercept<TInput, TOutput>

TaskDependencyWithIntercept<TInput, TOutput>: TaskDependency<TInput, TOutput> & {
    intercept: ((middleware: TaskLocalInterceptor<TInput, TOutput>) => void);
}

Type Parameters

  • TInput
  • TOutput