Type Aliases

MergeOutcomesFn

Type Alias: MergeOutcomesFn

MergeOutcomesFn = (outcomes) => string

Defined in: src/core-flow/Parallel.ts:95

Parameters

outcomes

Readonly<Record<string, BranchOutcome>>

Returns

string

On this page