type alias PipeAsyncRe-exportimport { type PipeAsync } from "https://deno.land/x/valibot@v0.30.0/src/index.ts"; Pipe async type. Type ParametersTInputdefinition: ( | BaseValidation<TInput> | BaseValidationAsync<TInput> | BaseTransformation<TInput> | BaseTransformationAsync<TInput>)[]