IssueVariant
import type { IssueVariant } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";A variant is a subgroup of an issue where all events have very similar stack traces. Issues may contain one or more variants.
interface IssueVariant {
readonly id?: string;
readonly sampleEvent?: string;
readonly uri?: string;
}