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