mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
remove model window assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { FieldType } from '../../enums/fieldType';
|
||||
|
||||
class FieldData {
|
||||
export class FieldData {
|
||||
type: FieldType;
|
||||
name: string;
|
||||
value: string;
|
||||
@@ -11,6 +11,3 @@ class FieldData {
|
||||
this.value = response.Value;
|
||||
}
|
||||
}
|
||||
|
||||
export { FieldData };
|
||||
(window as any).FieldData = FieldData;
|
||||
|
||||
Reference in New Issue
Block a user