Skip to main content
Module

x/valibot/src/actions/description/description.ts>DescriptionAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface DescriptionAction
implements BaseMetadata<TInput>
import { type DescriptionAction } from "https://deno.land/x/valibot@v0.41.0/src/actions/description/description.ts";

Description action type.

Type Parameters

TInput
TDescription extends string

Properties

readonly
type: "description"

The action type.

readonly
reference: description

The action reference.

readonly
description: TDescription

The description text.