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

x/valibot/src/actions/brand/index.ts>BrandAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface BrandAction
implements BaseTransformation<TInput, TInput & Brand<TName>, never>
import { type BrandAction } from "https://deno.land/x/valibot@1.0.0-beta.0-to-json-schema/src/actions/brand/index.ts";

Brand action type.

Type Parameters

TInput
TName extends BrandName

Properties

readonly
type: "brand"

The action type.

readonly
reference: brand

The action reference.

readonly
name: TName

The brand name.