import { type NotValueAction } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/actions/notValue/index.ts";
Not value action type.
Type Parameters
TInput extends ValueInput
TRequirement extends TInput
TMessage extends ErrorMessage<NotValueIssue<TInput, TRequirement>> | undefined
Properties
readonly
requirement: TRequirementThe not required value.
readonly
message: TMessageThe error message.