import { type InferredSuccessTuple } from "https://deno.land/x/eitherway@0.10.0/lib/async/tasks.ts";
Use this to infer the encapsulated <T>
types from a tuple of Task<T,E>
Type Parameters
P extends Readonly<ArrayLike<PromiseLike<Result<unknown, unknown>>>>