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