interface MapPathItemRe-exportimport { type MapPathItem } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts"; Map path item type. Propertiesreadonlytype: "map"The path item type. readonlyorigin: "key" | "value"The path item origin. readonlyinput: Map<unknown, unknown>The path item input. readonlykey: unknownThe path item key. readonlyvalue: unknownThe path item value.