interface ArgsActionAsync
implements BaseTransformation<TInput, (...args: InferInput<TSchema>) => Promise<Awaited<ReturnType<TInput>>>, never>
import { type ArgsActionAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/index.ts";
Args action async type.
Properties
readonly
schema: TSchemaThe arguments schema.