Stone.js API
    Preparing search index...

    Type Alias NextPipe<T, R>

    NextPipe: PipeExecutor<T, R>

    Next Pipe Executor function type.

    Type Parameters

    • T = unknown

      The type of the passable object.

    • R = T

      The type of the return value from the pipeline execution, defaulting to T.

    The passable objects being sent through the pipeline.

    The result of the execution, which could be a synchronous or asynchronous response.