Skip to main content
Module

x/valibot/mod.ts>SymbolSchemaAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface SymbolSchemaAsync
implements BaseSchemaAsync<symbol, TOutput>
import { type SymbolSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Symbol schema async type.

Type Parameters

optional
TOutput = symbol

Properties

type: "symbol"

The schema type.

message: ErrorMessage | undefined

The error message.