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