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