reworked
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import { PlayerInterface } from "../entities/player/PlayerInterface";
|
||||
import { PlayerDto } from "./PlayerDto";
|
||||
|
||||
export interface GameSummary {
|
||||
gameId: string;
|
||||
isBlocked: boolean;
|
||||
isTied: boolean;
|
||||
winner: PlayerInterface | null;
|
||||
winner: PlayerDto;
|
||||
score: { name: string; score: number; }[]
|
||||
}
|
Reference in New Issue
Block a user