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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user