MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Steps.ts:4027–4027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4025export interface UnionStepConfig extends StepConfig {}
4026
4027export class UnionStep<const TSteps extends readonly Step<any>[]> extends ContainerStep<
4028 TSteps,
4029 UnionStepConfig
4030> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected