errors.fyi community error code reference
TS2559
typescript

Type Has No Properties in Common

An object literal is being assigned to a type, but none of the properties on the literal exist in the target type. This often signals a mismatched type or a typo in a property name.

References

← all namespaces