# GenericSchemaAsync

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

Generic schema async type.

## Generics

- `TInput` `extends any = unknown`
- `TOutput` `extends any = TInput`
- `TIssue` `extends BaseIssue<unknown> = BaseIssue<unknown>`

## Definition

- `GenericSchemaAsync` `BaseSchemaAsync<TInput, TOutput, TIssue>`
