diff --git a/js/src/run_helpers.ts b/js/src/run_helpers.ts index 03efe06c2..8a222ec84 100644 --- a/js/src/run_helpers.ts +++ b/js/src/run_helpers.ts @@ -91,7 +91,7 @@ export function traceable any>( } export type TraceableFunction = ( - ...inputs: [...Inputs, runTree: RunTree | RunTreeConfig] + ...inputs: [...params: Inputs, runTree: RunTree | RunTreeConfig] ) => Promise; export function isTraceableFunction(