@mtgame/core 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -99,6 +99,7 @@ export interface StatisticFilters {
99
99
  group_by: StatisticGroupByTypes;
100
100
  only_closed?: boolean;
101
101
  check_ignore_game?: boolean;
102
+ min_games_count?: number;
102
103
  order_by?: string;
103
104
  page?: number;
104
105
  size?: number;