Add Backend Project and add Tournament Detail Page
This commit is contained in:
7
backend_splatournament_manager/src/models/tournament.ts
Normal file
7
backend_splatournament_manager/src/models/tournament.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Tournament {
|
||||
id:number;
|
||||
name:String;
|
||||
description:String;
|
||||
maxTeamAmount:number;
|
||||
currentTeamAmount:number;
|
||||
}
|
||||
Reference in New Issue
Block a user