errors.fyi community error code reference
TS2362
typescript

Left Operand Not Number or Any

The left-hand side of an arithmetic operation must be of type `number`, `bigint`, or `any`. Check the types involved in the expression.

โ† all namespaces for TS2362