@mtgame/core 0.1.80 → 0.1.82

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.
@@ -104,6 +104,7 @@ export declare class BasketballGameLog extends BaseModel implements GameLogBase
104
104
  isCoach: boolean;
105
105
  isBench: boolean;
106
106
  group: string;
107
+ marked: boolean;
107
108
  isPointsType(): boolean;
108
109
  isReboundType(): boolean;
109
110
  isFoulType(): boolean;