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