mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 05:03:33 +00:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
export class PasswordHistoryRequest {
|
|
password: string;
|
|
lastUsedDate: Date;
|
|
}
|