import { type BooleanSchema } from "https://deno.land/x/valibot@v0.8.0/src/index.ts";
Boolean schema type.
definition: BaseSchema<boolean, TOutput> & { schema: "boolean"; }
import { type BooleanSchema } from "https://deno.land/x/valibot@v0.8.0/src/index.ts";
Boolean schema type.