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

8 lines
146 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;
}