import { type ToCustomTransformationAsync } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
To custom transformation async type.
definition: BaseTransformationAsync<TInput> & { type: "to_custom"; }
x/valibot/src/index.ts>ToCustomTransformationAsync
import { type ToCustomTransformationAsync } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
To custom transformation async type.