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