import { type InstanceSchemaAsync } from "https://deno.land/x/valibot@v0.28.1/src/schemas/index.ts";
Instance schema type.
definition: BaseSchemaAsync<InstanceType<TClass>, TOutput> & { type: "instance"; class: TClass; message: ErrorMessage | undefined; pipe: PipeAsync<InstanceType<TClass>> | undefined; }