type alias ArrayPathItemimport { type ArrayPathItem } from "https://deno.land/x/valibot@v0.19.0/src/schemas/array/types.ts"; Array path item type. definition: { schema: "array"; input: any[]; key: number; value: any; }