z.objectOutputType
import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { objectOutputType } = z;type objectOutputType<Shape extends ZodRawShape, Catchall extends ZodTypeAny, UnknownKeys extends UnknownKeysParam = UnknownKeysParam> = objectUtil.flatten<objectUtil.addQuestionMarks<baseObjectOutputType<Shape>>> & CatchallOutput<Catchall> & PassthroughType<UnknownKeys>;
§Type Parameters
§
Shape extends ZodRawShape
[src]§
Catchall extends ZodTypeAny
[src]§
UnknownKeys extends UnknownKeysParam = UnknownKeysParam
[src]§Type
§
objectUtil.flatten<objectUtil.addQuestionMarks<baseObjectOutputType<Shape>>> & CatchallOutput<Catchall> & PassthroughType<UnknownKeys>
[src]