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