Module

x/zod/types.ts>objectOutputType

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias objectOutputType
import { type objectOutputType } from "https://dotland.deno.dev/x/zod@v3.23.7/types.ts";

Type Parameters

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