Update interfaces/web-nfc.idl (#18248)

Source: https://github.com/tidoust/reffy-reports/blob/26c8ab3/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/566808358
diff --git a/interfaces/web-nfc.idl b/interfaces/web-nfc.idl
index 365b38f..13afc27 100644
--- a/interfaces/web-nfc.idl
+++ b/interfaces/web-nfc.idl
@@ -14,7 +14,7 @@
   sequence<NDEFRecordInit> records;
 };
 
-typedef (DOMString or unrestricted double or ArrayBuffer or Dictionary) NDEFRecordData;
+typedef (DOMString or unrestricted double or ArrayBuffer or object) NDEFRecordData;
 
 [Constructor(NDEFRecordInit recordInit), Exposed=Window]
 interface NDEFRecord {