feat: Implement tournament schedule tab and fix E2E tests #27
@@ -41,10 +41,10 @@ interface Schedule {
|
||||
|
||||
interface Match {
|
||||
id: number
|
||||
team1P1Id: number
|
||||
team1P2Id: number
|
||||
team2P1Id: number
|
||||
team2P2Id: number
|
||||
player1P1Id: number
|
||||
player1P2Id: number
|
||||
player2P1Id: number
|
||||
player2P2Id: number
|
||||
team1Score: number
|
||||
team2Score: number
|
||||
status: string
|
||||
|
||||
Reference in New Issue
Block a user