Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/actions/minGraphemes/minGraphemes.ts>MinGraphemesAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface MinGraphemesAction
import { type MinGraphemesAction } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/minGraphemes/minGraphemes.ts";

Min graphemes action type.

Type Parameters

TInput extends string
TRequirement extends number
TMessage extends ErrorMessage<MinGraphemesIssue<TInput, TRequirement>> | undefined

Properties

readonly
type: "min_graphemes"

The action type.

readonly
reference: minGraphemes

The action reference.

readonly
expects: `>=${TRequirement}`

The expected property.

readonly
requirement: TRequirement

The minimum graphemes.

readonly
message: TMessage

The error message.