import { type Board } from '@scrabble-solver/types';

export type BoardState = Board;
