Browse Source

wip: 子目增加类型

zhangweicheng 4 years atrás
parent
commit
f62c312bac
1 changed files with 1 additions and 1 deletions
  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 {