mirror of
https://github.com/bitwarden/browser
synced 2026-02-01 09:13:54 +00:00
make field name and value optional
This commit is contained in:
@@ -31,8 +31,8 @@ export class FieldExport {
|
||||
return domain;
|
||||
}
|
||||
|
||||
name: string = "";
|
||||
value: string = "";
|
||||
name?: string;
|
||||
value?: string;
|
||||
type: FieldType = FieldType.Text;
|
||||
linkedId?: LinkedIdType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user