import { type BooleanSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Boolean schema type.
Properties
message: ErrorMessage | undefined
The error message.
pipe: Pipe<boolean> | undefined
The validation and transformation pipeline.