errors.fyi community error code reference
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.

References

โ† all namespaces for TS2380