errors.fyi community error code reference
TS7031
typescript

Binding Element Implicitly Has any Type

A destructured binding element has no type that can be inferred, resulting in an implicit `any`. Add a type annotation to the destructuring pattern or the enclosing function parameter.

References

โ† all namespaces for TS7031