errors.fyi community error code reference
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.

References

← all namespaces