@@ -127,4 +127,9 @@ export interface TodayData {
lookVedionum: number;
isUnlockAll: boolean;
UnLockAllTimes: number;
-}
+}
+
+export interface difficutyData {
+ difficutyCount: number;
+ scales: Array<number>