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