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