import { type BaseTransformation } from "https://deno.land/x/valibot@v0.22.0/src/types/pipe.ts";
Base transformation type.
definition: { async: false; _parse(input: TInput): PipeActionResult<TInput>; }
x/valibot/src/types/pipe.ts>BaseTransformation
import { type BaseTransformation } from "https://deno.land/x/valibot@v0.22.0/src/types/pipe.ts";
Base transformation type.