import { type CellJson } from './CellJson'; export type BoardJson = CellJson[][];