import { IGameData } from 'onix-chess';
export interface GameSettings extends IGameData {
}
