mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 06:23:38 +00:00
nullable types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user