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.
A rest parameter (`...args`) has no type annotation and defaults to an implicit `any[]`. Add an explicit array type annotation to the rest parameter.