Browse Source

fix(duerOS): duerOS card

lind 4 năm trước cách đây
mục cha
commit
941a3e44ab
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/pages/cloud/DuerOS/typings.d.ts

+ 1 - 0
src/pages/cloud/DuerOS/typings.d.ts

@@ -28,6 +28,7 @@ type ActionMapping = {
   };
 };
 type DuerOSItem = {
+  productName?: string;
   version: number;
   manufacturerName: string;
   autoReportProperty: boolean;