import { type InferTupleInput } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Infer tuple input type.
Type Parameters
TItems extends TupleItems | TupleItemsAsync
definition: -readonly [TKey in keyof TItems]: InferInput<TItems[TKey]>
x/valibot/src/index.ts>InferTupleInput
import { type InferTupleInput } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Infer tuple input type.