InputBinding.UIButton is typed as required but is actually optional

Currently the type of InputBinding.UIButton is GuiButton when it should actually be GuiButton?, this causes a type error when assigning nil to the property.

Could you share a screenshot of this happening? I am unable to repro. Thanks