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