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