[[["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.StabilityDigestPayload interface\n\nThe internal payload object for a stability digest. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface StabilityDigestPayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|\n| [\"@type\"](./firebase-functions.alerts.crashlytics.stabilitydigestpayload.md#alertscrashlyticsstabilitydigestpayload%22@type%22) | \"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsStabilityDigestPayload\" | |\n| [digestDate](./firebase-functions.alerts.crashlytics.stabilitydigestpayload.md#alertscrashlyticsstabilitydigestpayloaddigestdate) | string | The date that the digest gets created. Issues in the digest should have the same date as the digest date |\n| [trendingIssues](./firebase-functions.alerts.crashlytics.stabilitydigestpayload.md#alertscrashlyticsstabilitydigestpayloadtrendingissues) | [TrendingIssueDetails](./firebase-functions.alerts.crashlytics.trendingissuedetails.md#alertscrashlyticstrendingissuedetails_interface)\\[\\] | A stability digest containing several trending Crashlytics issues |\n\nalerts.crashlytics.StabilityDigestPayload.\"@type\"\n-------------------------------------------------\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.crashlytics.StabilityDigestPayload.digestDate\n----------------------------------------------------\n\nThe date that the digest gets created. Issues in the digest should have the same date as the digest date\n\n**Signature:** \n\n digestDate: string;\n\nalerts.crashlytics.StabilityDigestPayload.trendingIssues\n--------------------------------------------------------\n\nA stability digest containing several trending Crashlytics issues\n\n**Signature:** \n\n trendingIssues: TrendingIssueDetails[];"]]