mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 05:00:10 +00:00
Remove implementation for consistency
This commit is contained in:
@@ -166,16 +166,10 @@ export enum DrawerType {
|
||||
OrgAtRiskMembers = 2,
|
||||
OrgAtRiskApps = 3,
|
||||
}
|
||||
export interface RiskInsightsReport {
|
||||
organizationId: OrganizationId;
|
||||
date: string;
|
||||
reportData: string;
|
||||
totalMembers: number;
|
||||
totalAtRiskMembers: number;
|
||||
totalApplications: number;
|
||||
totalAtRiskApplications: number;
|
||||
totalCriticalApplications: number;
|
||||
}
|
||||
|
||||
// [FIX-ME] This interface is not implemented yet. Remove this eslint-disable when implemented.
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
export interface RiskInsightsReport {}
|
||||
|
||||
// [FIX-ME] This interface is not implemented yet. Remove this eslint-disable when implemented.
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
|
||||
Reference in New Issue
Block a user