diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts index 5d0a14ca016..3fe40be7e1f 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/report-models.ts @@ -107,6 +107,15 @@ export type CriticalSummaryDetails = { totalCriticalApplicationsCount: number; }; +/** + * An entry for an organization application and if it is + * marked as critical + */ +export type OrganizationReportApplication = { + applicationName: string; + isCritical: boolean; +}; + /** * All applications report detail. Application is the cipher * uri. Has the at risk, password, and member information