import { type NotLengthAction } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/notLength/notLength.ts";
Not length action type.
Type Parameters
TInput extends LengthInput
TMessage extends ErrorMessage<NotLengthIssue<TInput, TRequirement>> | undefined
Properties
readonly
requirement: TRequirementThe not required length.
readonly
message: TMessageThe error message.