type alias MapPathItemimport { type MapPathItem } from "https://deno.land/x/valibot@v0.5.0/src/schemas/map/types.ts"; Map path item type. definition: { schema: "map"; input: Map<any, any>; key: any; value: any; }