import { type MinValueAction } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/minValue/index.ts";
Min value action type.
Type Parameters
TInput extends ValueInput
TRequirement extends TInput
TMessage extends ErrorMessage<MinValueIssue<TInput, TRequirement>> | undefined
Properties
readonly
requirement: TRequirementThe minimum value.
readonly
message: TMessageThe error message.