Skip to main content
Module

x/valibot/mod.ts>VoidSchemaAsync

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

Void schema async type.

Type Parameters

optional
TOutput = void

Properties

type: "void"

The schema type.

message: ErrorMessage | undefined

The error message.