interface UnknownSchema implements BaseSchema<unknown, unknown, never>import { type UnknownSchema } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts"; Unknown schema type. Propertiesreadonlytype: "unknown"The schema type. readonlyreference: unknownThe schema reference. readonlyexpects: "unknown"The expected property.