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