errors.fyi community error code reference
TS2322
typescript

Type Not Assignable

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.

References

← all namespaces