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.
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.