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