import { type AnySchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.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/src/schemas/index.ts";
Any schema type.