Type Alias InputCellEvent

InputCellEvent: CellAddress & {
    value: string;
}