Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/types/tuple.ts>InferTupleIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias InferTupleIssue
import { type InferTupleIssue } from "https://deno.land/x/valibot@v0.36.0/src/types/tuple.ts";

Infer tuple issue type.

Type Parameters

TItems extends TupleItems | TupleItemsAsync
definition: InferIssue<TItems[number]>