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