Ver código fonte

wip: 子目增加类型

zhangweicheng 4 anos atrás
pai
commit
f62c312bac
1 arquivos alterados com 1 adições e 1 exclusões
  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 {