Skip to main content
Module

x/valibot/src/actions/index.ts>NonEmptyAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface NonEmptyAction
import { type NonEmptyAction } from "https://deno.land/x/valibot@v0.36.0/src/actions/index.ts";

Non empty action type.

Type Parameters

TInput extends LengthInput
TMessage extends ErrorMessage<NonEmptyIssue<TInput>> | undefined

Properties

readonly
type: "non_empty"

The action type.

readonly
reference: nonEmpty

The action reference.

readonly
expects: "!0"

The expected property.

readonly
message: TMessage

The error message.