import { type z } from "https://deno.land/x/zod@v3.20.3/index.ts";
const { baseObjectOutputType } = z;
Type Parameters
Shape extends ZodRawShape
definition: objectUtil.flatten<objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_output"]>>
x/zod/index.ts>z.baseObjectOutputType
import { type z } from "https://deno.land/x/zod@v3.20.3/index.ts";
const { baseObjectOutputType } = z;