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