import { type VoidSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/index.ts";
Void schema type.
definition: BaseSchema<void, TOutput> & { type: "void"; message: ErrorMessage; }
import { type VoidSchema } from "https://deno.land/x/valibot@v0.24.0/src/schemas/index.ts";
Void schema type.