errors.fyi community error code reference
TS7019
typescript

Rest Parameter Implicitly Has any Type

A rest parameter (`...args`) has no type annotation and defaults to an implicit `any[]`. Add an explicit array type annotation to the rest parameter.

References

โ† all namespaces for TS7019