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