Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias z.objectInputType
import { type z } from "https://deno.land/x/netzo@0.3.66/deps/zod/mod.ts";
const { objectInputType } = z;

Type Parameters

Shape extends ZodRawShape
Catchall extends ZodTypeAny
optional
UnknownKeys extends UnknownKeysParam = UnknownKeysParam
definition: objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>