TS2380
typescript Getter and Setter Must Agree
The return type of a `get` accessor is not assignable to the parameter type of its corresponding `set` accessor. Align the types of the getter and setter.
The return type of a `get` accessor is not assignable to the parameter type of its corresponding `set` accessor. Align the types of the getter and setter.