PublicChampionshipBracketMatchDto
@raizfc/contracts / PublicChampionshipBracketMatchDto
Type Alias: PublicChampionshipBracketMatchDto
PublicChampionshipBracketMatchDto =
Readonly<{awayScore?:number;awayTeamName:string;homeScore?:number;homeTeamName:string;id:ID;publicRoute?:PublicRoute;statusLabel:string; }>
Defined in: dto/public-championship.dto.ts:100