workflow.stepfunction.md
February 13, 2024 ยท View on GitHub
Home > @datashaper/workflow > StepFunction
StepFunction type
Signature:
export type StepFunction<T, Args> = (source: T, args: Args, api: StepApi<T>) => T;
References: StepApi
February 13, 2024 ยท View on GitHub
Home > @datashaper/workflow > StepFunction
Signature:
export type StepFunction<T, Args> = (source: T, args: Args, api: StepApi<T>) => T;
References: StepApi