import { type MinLengthIssue } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Min length issue type.
Type Parameters
TInput extends LengthInput
Properties
readonly
requirement: TRequirementThe minimum length.
x/valibot/src/index.ts>MinLengthIssue
import { type MinLengthIssue } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Min length issue type.
The minimum length.