interface z.ZodMapDef implements ZodTypeDefimport { type z } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/index.ts"; const { ZodMapDef } = z; Type ParametersoptionalKey extends ZodTypeAny = ZodTypeAnyoptionalValue extends ZodTypeAny = ZodTypeAnyPropertiesvalueType: ValuekeyType: KeytypeName: ZodFirstPartyTypeKind.ZodMap