type alias ObjectPathItemRe-exportimport { type ObjectPathItem } from "https://deno.land/x/valibot@v0.28.1/src/schemas/object/index.ts"; Object path item type. definition: { type: "object"; origin: "value"; input: Record<string, unknown>; key: string; value: unknown; }