import { type InferVariantIssue } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/index.ts";
Infer variant issue type.
definition: Exclude<InferIssue<TOptions[number]>, { type: "loose_object" | "object" | "object_with_rest"; }>
import { type InferVariantIssue } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/index.ts";
Infer variant issue type.