import { type NotSizeValidation } from "https://deno.land/x/valibot@v0.28.1/src/validations/notSize/index.ts";
Not size validation type.
Type Parameters
TInput extends Map<any, any> | Set<any> | Blob
definition: BaseValidation<TInput> & { type: "not_size"; requirement: TRequirement; }