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