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