export interface Coordinates {
    column: number;
    row: number;
}
