Explorar o código

wip: 子目增加类型

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
f62c312bac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {