import { type AnySchema } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Any schema type.
definition: BaseSchema<any, TOutput> & { schema: "any"; }
import { type AnySchema } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Any schema type.