import { type InferTupleInput } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/types/tuple.ts";
Infer tuple input type.
Type Parameters
TItems extends TupleItems | TupleItemsAsync
definition: -readonly [TKey in keyof TItems]: InferInput<TItems[TKey]>