errors.fyi community error code reference
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.

References

โ† all namespaces for TS2451