Type Alias: InferInputI<TInput>

InferInputI<TInput>: { [K in keyof TInput]: z.input<TInput[K]> }

Type Parameters

TInput extends Record<string, Schema>

Defined in

packages/zod/src/index.ts:457