import { type ToMaxValueTransformation } from "https://deno.land/x/valibot@v0.28.1/src/transformations/toMaxValue/toMaxValue.ts";
To max value transformation type.
definition: BaseTransformation<TInput> & { type: "to_max_value"; requirement: TRequirement; }