import { type BooleanSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/boolean/index.ts";
Boolean schema type.
definition: BaseSchema<boolean, TOutput> & { type: "boolean"; message: ErrorMessage; pipe: Pipe<boolean> | undefined; }
import { type BooleanSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/boolean/index.ts";
Boolean schema type.