Przeglądaj źródła

feat(types): 发布失败

zhangweicheng 2 lat temu
rodzic
commit
2bbe309a73
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/installation.ts

+ 1 - 1
types/src/interface/installation.ts

@@ -59,7 +59,7 @@ export interface IInstallFeeItem {
   isCalc: boolean; // 是否记取
   seq: number; // 排序
   scope?: {
-    [ID: string]: boolean;
+    [ID: string]: boolean; // 增加范围字段
   };
 }