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

export type Collision = Cell[];
