import { type CellJson } from './CellJson';

export type CollisionJson = CellJson[];
