A value of one type cannot be assigned to a variable or parameter of another type. This is one of the most common TypeScript errors, indicating a type mismatch.
TS2322
typescript A value of one type cannot be assigned to a variable or parameter of another type. This is one of the most common TypeScript errors, indicating a type mismatch.