Selaa lähdekoodia

fix(duerOS): duerOS card

lind 3 vuotta sitten
vanhempi
commit
941a3e44ab
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;