Type alias CellCoordsAddress

CellCoordsAddress: CellCoords | string

This is either:

  1. A CellCoords
  2. A string that can be parsed into a CellCoords (e.g. 'A1')