typescript · typescript/TS2559
TS2559
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.