⚠️ Internal: This API is not publically exported by the package.
PipelineCallback<S>: S extends PipelineDestinationPromiseFunction<any, infer P>
    ? ((err, value) => void)
    : ((err) => void)

Type Parameters