import { CellJson } from './CellJson';

export type CollisionJson = CellJson[];
