errors.fyi community error code reference
TS2341
typescript

Private Property Inaccessible

A property marked `private` is being accessed from outside the class in which it is declared. Use a public accessor method or change the visibility modifier.

References

← all namespaces