import { type AnySchema } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Any schema type.
definition: BaseSchema<any, TOutput> & { type: "any"; pipe: Pipe<any> | undefined; }
import { type AnySchema } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Any schema type.