import { type BaseTransformationAsync } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
Base transformation async type.
definition: { async: true; _parse(input: TInput): Promise<PipeActionResult<TInput>>; }
x/valibot/src/types/index.ts>BaseTransformationAsync
import { type BaseTransformationAsync } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
Base transformation async type.