import { type InstanceSchemaAsync } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Instance schema type.
definition: BaseSchemaAsync<InstanceType<TClass>, TOutput> & { schema: "instance"; class: TClass; }
x/valibot/src/index.ts>InstanceSchemaAsync
import { type InstanceSchemaAsync } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Instance schema type.