⚠️ Internal: This API is not publically exported by the package.

      Type alias PipelineCallback<S>

      PipelineCallback<S>: S extends PipelineDestinationPromiseFunction<any, infer P>
          ? ((err, value) => void)
          : ((err) => void)

      Type Parameters