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