TypeScript
Property does not exist on type, did you mean another member
TypeScript could not find the referenced property on the current type and suggested a similarly named member.
TypeScript
TypeScript could not find the referenced property on the current type and suggested a similarly named member.
Observed message
Property '{0}' does not exist on type '{1}'. Did you mean '{2}'?Why it happens
How to fix it
Official reference
TypeScript Handbook: Object TypesRelated errors
Explore more