فهرست منبع

wip: 子目增加类型

zhangweicheng 4 سال پیش
والد
کامیت
f62c312bac
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      types/src/interface/increaseFee.ts

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

@@ -5,7 +5,7 @@ export interface IIncreaseSettingItem {
   name: string;
   base: string;
   coe: number;
-  scope: IAny;
+  scope?: { [ID: string]: boolean };
 }
 
 export interface IIncreaseSetting {