AntiPattern
TypeScript Mismatch Errors
typescript-type-shape-mismatch
TypeScript types get misaligned with runtime shapes or function signatures, so developers hit compilation/type errors or UI logic breaks when the actual value is an object/array or a function is parsed as a declaration instead of an annotation.