Documentation - v0.0.0
    Preparing search index...
    interface PipelineWave {
        id: string;
        props?: WaveProps;
        stages: StackStage[];
    }

    Hierarchy

    • PipelineWave
      • PipelineWave
    Index

    Properties

    Properties

    id: string
    props?: WaveProps
    stages: StackStage[]