export interface BoardModel {
    width: number;
    height: number;
}
