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