typescript · typescript/TS2451
TS2451
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.