interface AnySchema implements BaseSchema<any, any, never>import { type AnySchema } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts"; Any schema type. Propertiesreadonlytype: "any"The schema type. readonlyreference: anyThe schema reference. readonlyexpects: "any"The expected property.