typescript · typescript/TS2341
TS2341
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.