A variable's type cannot be inferred from its initialiser and defaults to implicit `any`. Provide an explicit type annotation or initialise the variable with a value from which the type can be inferred.
TS7022
typescript A variable's type cannot be inferred from its initialiser and defaults to implicit `any`. Provide an explicit type annotation or initialise the variable with a value from which the type can be inferred.