@mtgame/core 1.0.26 → 1.0.27

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.
@@ -142,6 +142,7 @@ export declare class Tournament extends BaseModel {
142
142
  location: string;
143
143
  description: string;
144
144
  date: Date;
145
+ dateEnd: Date;
145
146
  price: number;
146
147
  regulationFiles: File[];
147
148
  settings: TournamentSettings;