Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias zod.baseObjectOutputType
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { baseObjectOutputType } = zod;

Type Parameters

Shape extends ZodRawShape
definition: objectUtil.flatten<objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_output"]>>