bitwarden-estensione-browser/src/models/autofillForm.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
136 B
TypeScript
Raw Permalink Normal View History

2017-11-06 20:16:06 +01:00
export default class AutofillForm {
opid: string;
htmlName: string;
htmlID: string;
htmlAction: string;
htmlMethod: string;
}