Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>NotLengthAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface NotLengthAction
import { type NotLengthAction } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Not length action type.

Type Parameters

TInput extends LengthInput
TRequirement extends number
TMessage extends ErrorMessage<NotLengthIssue<TInput, TRequirement>> | undefined

Properties

readonly
type: "not_length"

The action type.

readonly
reference: notLength

The action reference.

readonly
expects: `!${TRequirement}`

The expected property.

readonly
requirement: TRequirement

The not required length.

readonly
message: TMessage

The error message.