Please complete type Integer<T>, type T inherits from number, if T is an integer return it, otherwise return never.
Integer<T>
T
number
never