interface AwaitActionAsync implements BaseTransformationAsync<TInput, Awaited<TInput>, never>import { type AwaitActionAsync } from "https://deno.land/x/valibot@v1.0.0-beta.7/src/index.ts"; Await action async type. Type ParametersTInput extends Promise<unknown>Propertiesreadonlytype: "await"The action type. readonlyreference: awaitAsyncThe action reference.