TS2451
typescript Cannot Redeclare Block-Scoped Variable
A `let` or `const` variable is declared more than once in the same scope. Each block-scoped variable name must be unique within its scope.
A `let` or `const` variable is declared more than once in the same scope. Each block-scoped variable name must be unique within its scope.