Move to new server
This commit is contained in:
8
src/app/model/tournamentPlayer.ts
Normal file
8
src/app/model/tournamentPlayer.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export class TournamentPlayer {
|
||||
playerId: number;
|
||||
name: string;
|
||||
events: string[];
|
||||
paid: boolean;
|
||||
present: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user