import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { mergeShapes } = zod.z.objectUtil;
type
<U extends ZodRawShape, T extends ZodRawShape>(first: U, second: T) => T & U
import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { mergeShapes } = zod.z.objectUtil;