type alias TuplePathItemRe-exportimport { type TuplePathItem } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; Tuple path item type. definition: { type: "tuple"; origin: "value"; input: [unknown, ...unknown[]]; key: number; value: unknown; }