typescript · typescript/TS2741
TS2741
Missing Required Property
A required property from the target type is absent in the source type. Add the missing property to the object literal or source type, or mark it optional in the target type with '?'.