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