Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/actions/empty/index.ts>EmptyAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface EmptyAction
import { type EmptyAction } from "https://deno.land/x/valibot@1.0.0-beta.0-to-json-schema/src/actions/empty/index.ts";

Empty action type.

Type Parameters

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

Properties

readonly
type: "empty"

The action type.

readonly
reference: empty

The action reference.

readonly
expects: "0"

The expected property.

readonly
message: TMessage

The error message.