Skip to main content
Module

x/valibot/mod.ts>BooleanSchemaAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias BooleanSchemaAsync
import { type BooleanSchemaAsync } from "https://deno.land/x/valibot@v0.23.0/mod.ts";

Boolean schema async type.

Type Parameters

optional
TOutput = boolean
definition: BaseSchemaAsync<boolean, TOutput> & { type: "boolean"; message: ErrorMessage; pipe: PipeAsync<boolean> | undefined; }