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