import { type NotBytesAction } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/notBytes/notBytes.ts";
Not bytes action type.
Type Parameters
TMessage extends ErrorMessage<NotBytesIssue<TInput, TRequirement>> | undefined
Properties
readonly
requirement: TRequirementThe not required bytes.
readonly
message: TMessageThe error message.