Type Alias InputTuple<T>

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

Type Parameters