interface TupleSchemaAsync
implements BaseSchemaAsync<InferTupleInput<TItems>, InferTupleOutput<TItems>, TupleIssue | InferTupleIssue<TItems>>
Re-export
import { type TupleSchemaAsync } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Tuple schema async type.
Type Parameters
TItems extends TupleItemsAsync
TMessage extends ErrorMessage<TupleIssue> | undefined