mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-12 03:44:35 +08:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
export default class AutofillForm {
|
|
opid: string;
|
|
htmlName: string;
|
|
htmlID: string;
|
|
htmlAction: string;
|
|
htmlMethod: string;
|
|
}
|