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