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