1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

nullable types

This commit is contained in:
Tom
2024-12-10 12:20:01 -05:00
parent b4fc8c7602
commit d84fd4f5ae

View File

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