proposit-core
    Preparing search index...

    Type Alias TPipelineFinalize<TOutput>

    type TPipelineFinalize<TOutput> = {
        dependsOn: readonly TDepSpec[];
        run: (ctx: TStageContext) => TOutput;
    }

    Type Parameters

    • TOutput
    Index

    Properties

    Properties

    dependsOn: readonly TDepSpec[]
    run: (ctx: TStageContext) => TOutput