interface ObjectPathItemRe-exportimport { type ObjectPathItem } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/index.ts"; Object path item type. Propertiesreadonlytype: "object"The path item type. readonlyorigin: "key" | "value"The path item origin. readonlyinput: Record<string, unknown>The path item input. readonlykey: stringThe path item key. readonlyvalue: unknownThe path item value.