InferTuple<U>: {
    [K in keyof U]: Schema.Infer<U[K]>
}

Type Parameters

Generated using TypeDoc