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