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