From 4615d79053695bf532dfa54e12a55c507f69ab98 Mon Sep 17 00:00:00 2001 From: Leslie Tilton <23057410+Banrion@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:58:31 -0500 Subject: [PATCH] Remove implementation for consistency --- .../risk-insights/models/password-health.ts | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/password-health.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/password-health.ts index 8a7a27494f8..356876d9b83 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/password-health.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/models/password-health.ts @@ -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