InputTuple<T>: {
    readonly [K in keyof T]: Input<T[K]>
}

Type Parameters