Type Alias TouchCellEvent

TouchCellEvent: CellAddress & {
    event: TouchEvent;
}