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