# AwaitActionAsync

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

Await action async interface.

## Generics

- `TInput` `extends Promise<unknown>`

## Definition

- `AwaitActionAsync` `extends BaseTransformationAsync<TInput, Awaited<TInput>, never>`
  - `type` `'await'`
  - `reference` `typeof awaitAsync`
