Skip to main content
Module

x/valibot/src/types/index.ts>TupleItems

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

Tuple items type.

definition: MaybeReadonly<BaseSchema<unknown, unknown, BaseIssue<unknown>>[]>