import { type MinLengthIssue } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/actions/minLength/index.ts";
Min length issue type.
Type Parameters
TInput extends LengthInput
Properties
readonly
requirement: TRequirementThe minimum length.
import { type MinLengthIssue } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/actions/minLength/index.ts";
Min length issue type.
The minimum length.