Type Alias: InferInputO<TInput>

InferInputO<TInput>: { [K in keyof TInput]: z.output<TInput[K]> }

Type Parameters

TInput extends Record<string, Schema>

Defined in

packages/zod/src/index.ts:461