From d84fd4f5ae903cc56f34f754dce5c1d2b30236dc Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 10 Dec 2024 12:20:01 -0500 Subject: [PATCH] nullable types --- .../src/tools/reports/risk-insights/models/password-health.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitwarden_license/bit-common/src/tools/reports/risk-insights/models/password-health.ts b/bitwarden_license/bit-common/src/tools/reports/risk-insights/models/password-health.ts index c5676787eb0..afa16564c3d 100644 --- a/bitwarden_license/bit-common/src/tools/reports/risk-insights/models/password-health.ts +++ b/bitwarden_license/bit-common/src/tools/reports/risk-insights/models/password-health.ts @@ -69,14 +69,14 @@ export type WeakPasswordDetail = { export type WeakPasswordScore = { label: string; badgeVariant: BadgeVariant; -}; +} | null; /** * How many times a password has been exposed */ export type ExposedPasswordDetail = { exposedXTimes: number; -}; +} | null; /** * Flattened member details that associates an