1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

autofill service to ts

This commit is contained in:
Kyle Spearrin
2017-11-06 14:16:06 -05:00
parent 942d98d798
commit 530ed94d3c
8 changed files with 881 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
export default class AutofillForm {
opid: string;
htmlName: string;
htmlID: string;
htmlAction: string;
htmlMethod: string;
}