working flow
This commit is contained in:
@ -5,5 +5,6 @@ export interface GameSummary {
|
||||
isBlocked: boolean;
|
||||
isTied: boolean;
|
||||
winner: PlayerDto;
|
||||
score: { name: string; score: number; }[]
|
||||
score: { id: string, name: string; score: number; }[],
|
||||
players?: PlayerDto[];
|
||||
}
|
Reference in New Issue
Block a user