export interface TileConfig {
  character: string;
  count?: number;
  score: number;
}
