Skip to main content
Module

x/zod/mod.ts>z.objectInputType

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.objectInputType
import { type z } from "https://deno.land/x/zod@v3.17.10/mod.ts";
const { objectInputType } = z;

Type Parameters

Shape extends ZodRawShape
Catchall extends ZodTypeAny
definition: ZodTypeAny extends Catchall ? baseObjectInputType<Shape> : objectUtil.flatten<baseObjectInputType<Shape> & { [k: string]: Catchall["_input"]; }>