TS2556
typescript Spread Argument Not Assignable
A spread argument (`...args`) does not match the rest parameter or the remaining parameters of the function. Ensure the spread value's type is compatible with the function signature.
A spread argument (`...args`) does not match the rest parameter or the remaining parameters of the function. Ensure the spread value's type is compatible with the function signature.