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