Type Alias DeleteCellEvent

DeleteCellEvent: CellAddress & {
    event: KeyboardEvent;
}