mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
export default class ChangePasswordRuntimeMessage {
|
|
currentPassword: string;
|
|
newPassword: string;
|
|
url: string;
|
|
}
|