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