Skip to main content
Module

x/zod/index.ts>z.objectOutputType

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

Type Parameters

Shape extends ZodRawShape
Catchall extends ZodTypeAny
optional
UnknownKeys extends UnknownKeysParam = UnknownKeysParam
definition: objectUtil.flatten<objectUtil.addQuestionMarks<baseObjectOutputType<Shape>>> & CatchallOutput<Catchall> & PassthroughType<UnknownKeys>