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