type alias TuplePathItemimport { type TuplePathItem } from "https://deno.land/x/valibot@v0.5.0/src/schemas/tuple/types.ts"; Tuple path item type. definition: { schema: "tuple"; input: [any, ...any[]]; key: number; value: any; }