import { type NotValueValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Not value validation type.
definition: BaseValidation<TInput> & { type: "not_value"; requirement: TRequirement; }
import { type NotValueValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Not value validation type.