소스 검색

fix(duerOS): duerOS card

lind 3 년 전
부모
커밋
941a3e44ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;