import { type BytesValidation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Bytes validation type.
definition: BaseValidation<TInput> & { type: "bytes"; requirement: TRequirement; }
x/valibot/mod.ts>BytesValidation
import { type BytesValidation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Bytes validation type.