interface zod.ZodMapDef
implements ZodTypeDef
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodMapDef } = zod;
Type Parameters
optional
Key extends ZodTypeAny = ZodTypeAnyoptional
Value extends ZodTypeAny = ZodTypeAny