| 4025 | export interface UnionStepConfig extends StepConfig {} |
| 4026 | |
| 4027 | export class UnionStep<const TSteps extends readonly Step<any>[]> extends ContainerStep< |
| 4028 | TSteps, |
| 4029 | UnionStepConfig |
| 4030 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected