Move to new server
This commit is contained in:
9
src/app/model/tournamentDivision.ts
Normal file
9
src/app/model/tournamentDivision.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {EventDivision} from "./eventDivision";
|
||||
|
||||
export class TournamentDivision {
|
||||
tournamentId: number;
|
||||
divided: boolean;
|
||||
eventDivisions: EventDivision[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user