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.
TS2380
typescript 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.