# TupleSchemaAsync

> This document is the Markdown version of [valibot.dev/api/TupleSchemaAsync/](https://valibot.dev/api/TupleSchemaAsync/). For the complete documentation index, see [llms.txt](https://valibot.dev/llms.txt).

Tuple schema async interface.

## Generics

- `TItems` `extends TupleItemsAsync`
- `TMessage` `extends ErrorMessage<TupleIssue> | undefined`

## Definition

- `TupleSchemaAsync` `extends BaseSchemaAsync<InferTupleInput<TItems>, InferTupleOutput<TItems>, TupleIssue | InferTupleIssue<TItems>>`
  - `type` `'tuple'`
  - `reference` `typeof tuple | typeof tupleAsync`
  - `expects` `'Array'`
  - `items` `TItems`
  - `message` `TMessage`
