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