PipelinePromise: S extends internal.PipelineDestinationPromiseFunction<
    any,
    infer P,
>
    ? Promise<P>
    : Promise<void>

Type Parameters