mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-02 18:07:00 +02:00
* [PM-5043] Update owernship of code belonging to autofill team * [PM-5043] Updating location of webRequest.background.ts file to belong to autofill team * [PM-5043] Updating location of autofill component settings within the popup
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export default class AddLoginRuntimeMessage {
|
|
username: string;
|
|
password: string;
|
|
url: string;
|
|
}
|