Files
SerpentRace/SerpentRace_Backend/src/Application/Game/commands/GenerateBoardCommand.ts
T
2025-09-15 19:00:35 +02:00

6 lines
153 B
TypeScript

export interface GenerateBoardCommand {
gameId: string;
positiveFieldCount: number;
negativeFieldCount: number;
luckFieldCount: number;
}