mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
move autofill models
This commit is contained in:
7
src/models/autofillForm.ts
Normal file
7
src/models/autofillForm.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class AutofillForm {
|
||||
opid: string;
|
||||
htmlName: string;
|
||||
htmlID: string;
|
||||
htmlAction: string;
|
||||
htmlMethod: string;
|
||||
}
|
||||
Reference in New Issue
Block a user