1
0
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:
Leslie Tilton
2025-06-25 11:58:31 -05:00
parent 38f318baad
commit 4615d79053

View File

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