errors.fyi community error code reference
TS2365
typescript

Operator Not Applied to Types

An operator cannot be applied to the given operand types. For example, using `+` on two objects that are not strings or numbers.

โ† all namespaces for TS2365