Parcourir la source

wip: 子目增加类型

zhangweicheng il y a 4 ans
Parent
commit
f62c312bac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      types/src/interface/increaseFee.ts

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

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