Type Alias OutputTuple<T>

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

Type Parameters