1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Just adding the report application type (#16492)

This commit is contained in:
Tom
2025-09-23 10:30:04 -04:00
committed by GitHub
parent e18f3cf8c9
commit 5c1a1ce6df

View File

@@ -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