OutputTuple<T>: {
    [K in keyof T]: Output<T[K]>
}

Type Parameters