Skip to main content
Module

x/valibot/src/actions/title/title.ts>TitleAction

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

Title action type.

Type Parameters

TInput
TTitle extends string

Properties

readonly
type: "title"

The action type.

readonly
reference: title

The action reference.

readonly
title: TTitle

The title text.