Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

z.objectInputType

import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; 

const { objectInputType } = z;
type objectInputType<Shape extends ZodRawShape, Catchall extends ZodTypeAny, UnknownKeys extends UnknownKeysParam = UnknownKeysParam> = objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>;

§Type Parameters

§
Shape extends ZodRawShape
[src]
§
Catchall extends ZodTypeAny
[src]

§Type