import { type NotLengthValidation } from "https://deno.land/x/valibot@v0.28.1/src/validations/notLength/notLength.ts";
Not length validation type.
definition: BaseValidation<TInput> & { type: "not_length"; requirement: TRequirement; }
x/valibot/src/validations/notLength/notLength.ts>NotLengthValidation
import { type NotLengthValidation } from "https://deno.land/x/valibot@v0.28.1/src/validations/notLength/notLength.ts";
Not length validation type.