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