import { type NotBytesValidation } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Not bytes validation type.
definition: BaseValidation<TInput> & { type: "not_bytes"; requirement: TRequirement; }
x/valibot/src/index.ts>NotBytesValidation
import { type NotBytesValidation } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Not bytes validation type.