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