[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-18 UTC."],[],[],null,["# alerts.crashlytics.TrendingIssueDetails interface\n\nGeneric Crashlytics trending issue interface\n\n**Signature:** \n\n export interface TrendingIssueDetails \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------|\n| [eventCount](./firebase-functions.alerts.crashlytics.trendingissuedetails.md#alertscrashlyticstrendingissuedetailseventcount) | number | The number of crashes that occurred with the issue |\n| [issue](./firebase-functions.alerts.crashlytics.trendingissuedetails.md#alertscrashlyticstrendingissuedetailsissue) | [Issue](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissue_interface) | Basic information of the Crashlytics issue |\n| [type](./firebase-functions.alerts.crashlytics.trendingissuedetails.md#alertscrashlyticstrendingissuedetailstype) | string | The type of the Crashlytics issue, e.g. new fatal, new nonfatal, ANR |\n| [userCount](./firebase-functions.alerts.crashlytics.trendingissuedetails.md#alertscrashlyticstrendingissuedetailsusercount) | number | The number of distinct users that were affected by the issue |\n\nalerts.crashlytics.TrendingIssueDetails.eventCount\n--------------------------------------------------\n\nThe number of crashes that occurred with the issue\n\n**Signature:** \n\n eventCount: number;\n\nalerts.crashlytics.TrendingIssueDetails.issue\n---------------------------------------------\n\nBasic information of the Crashlytics issue\n\n**Signature:** \n\n issue: Issue;\n\nalerts.crashlytics.TrendingIssueDetails.type\n--------------------------------------------\n\nThe type of the Crashlytics issue, e.g. new fatal, new nonfatal, ANR\n\n**Signature:** \n\n type: string;\n\nalerts.crashlytics.TrendingIssueDetails.userCount\n-------------------------------------------------\n\nThe number of distinct users that were affected by the issue\n\n**Signature:** \n\n userCount: number;"]]