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.
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.