tuning
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
import { PlayerDto } from "./PlayerDto";
|
||||
import { Score } from "../../server/db/interfaces";
|
||||
import { PlayerDto, TileDto } from "./PlayerDto";
|
||||
|
||||
export interface GameSummary {
|
||||
gameId: string;
|
||||
isBlocked: boolean;
|
||||
isTied: boolean;
|
||||
winner: PlayerDto;
|
||||
score: { id: string, name: string; score: number; }[],
|
||||
score: Score[],
|
||||
players?: PlayerDto[];
|
||||
board: TileDto[]
|
||||
boneyard: TileDto[]
|
||||
}
|
Reference in New Issue
Block a user