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