mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
export default class AutofillForm {
|
|
opid: string;
|
|
htmlName: string;
|
|
htmlID: string;
|
|
htmlAction: string;
|
|
htmlMethod: string;
|
|
}
|