Type Alias ModifyStatusEditableinputCellEvent

ModifyStatusEditableinputCellEvent: CellAddress & {
    input: HTMLInputElement;
}