1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00
Files
browser/src/models/domain/autofillForm.ts
2017-11-06 14:16:06 -05:00

8 lines
146 B
TypeScript

export default class AutofillForm {
opid: string;
htmlName: string;
htmlID: string;
htmlAction: string;
htmlMethod: string;
}