import { type ToMinValueTransformation } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
To min value transformation type.
definition: BaseTransformation<TInput> & { type: "to_min_value"; requirement: TRequirement; }
x/valibot/src/index.ts>ToMinValueTransformation
import { type ToMinValueTransformation } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
To min value transformation type.