import { type ToCustomTransformation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
To custom transformation type.
definition: BaseTransformation<TInput> & { type: "to_custom"; }
x/valibot/mod.ts>ToCustomTransformation
import { type ToCustomTransformation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
To custom transformation type.