errors.fyi community error code reference
TS2403
typescript

Subsequent Variable Declarations Must Have Same Type

A variable declared more than once (via declaration merging) has a different type in subsequent declarations. Ensure all declarations of the same variable agree on their type.

โ† all namespaces for TS2403