errors.fyi community error code reference
TS7022
typescript

Variable Implicitly Has any Type

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.

References

← all namespaces