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