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