Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/tuple/tupleAsync.ts>TupleShapeAsync

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

Tuple shape async type.

definition: [BaseSchema | BaseSchemaAsync, ...(BaseSchema[] | BaseSchemaAsync[])]