effect-io-ai

Package: @effect/platform-node-shared
Module: NodeChildProcessSpawner

NodeChildProcessSpawner.FlattenedPipeline

Result of flattening a pipeline of commands.

Signature

export interface FlattenedPipeline {
  readonly commands: Arr.NonEmptyReadonlyArray<ChildProcess.StandardCommand>
  readonly pipeOptions: ReadonlyArray<ChildProcess.PipeOptions>
}

Source

Since v4.0.0